Commit graph

23869 commits

Author SHA1 Message Date
darktux
e8d935c67a Ported some stubs from Suyu (2ba2db7795) 2025-04-04 03:40:47 +02:00
darktux
5d1ee830ab Removed telemetry and anonymized SCM (git) strings 2025-04-04 03:40:47 +02:00
darktux
996ac3571c Actually return 0 in IFriendService::GetReceivedFriendRequestCount 2025-04-04 03:40:47 +02:00
darktux
d7692fa231 Fixed minor issues from previous PR related to buffers and a typo in npns 2025-04-04 03:40:47 +02:00
darktux
e723b3a5b6 Implemented IFriendService::GetUserPresenceView stub to get QLaunch friends list running 2025-04-04 03:40:46 +02:00
darktux
5bec9d3656 Always report command ID in log and implement LoadUserSetting stub 2025-04-04 03:40:46 +02:00
darktux
5ae2193207 Disable "Open Home Menu" action as appropriate 2025-04-04 03:40:46 +02:00
darktux
ca0549bc0f Port changes from Early Access 2025-04-04 03:40:46 +02:00
darktux
a549bacaa9 Android: Add ability to run Qlaunch 2025-04-04 03:40:46 +02:00
darktux
7477e211fe Implement option to start QLaunch from Tools menu 2025-04-04 03:40:45 +02:00
Briar
da32964210
android: Add static color theme option
* android: Add static color theme option ported from Azahar 

* android: Remove leftover xml from early access fragment

* android: Properly theme material dialogs to theme color

* android: Fixup colors through the app

and make game image corners more round

* android: Set default theme to violet to match eden branding

* Update license headers

---------

Co-authored-by: Kleidis <167202775+kleidis@users.noreply.github.com>
2025-04-04 03:35:28 +02:00
Briar
53ac2069b5 android: Update AndroidX dependencies to latest versions 2025-04-04 03:23:32 +02:00
Briar
35843f8848 externals: Downgrade dynarmic to ae99622 and xbyak to 0d67fd15; modify ABI parameter handling in macro_jit_x64.cpp 2025-04-04 03:23:32 +02:00
Briar
92a4ac45a4 android: Switch to custom Oboe submodule 2025-04-04 03:23:32 +02:00
Briar
a351ea0212 Fix windows boost compilation errors 2025-04-04 03:23:32 +02:00
Briar
f7364718bf Update fastmem pointer handling to use std::optional 2025-04-04 03:23:32 +02:00
Briar
b9496511c8 qt: 6.7.3 Implementation
Co-authored-by: Kleidis <167202775+kleidis@users.noreply.github.com>
2025-04-04 03:23:31 +02:00
briar
78e806c530 android: Remove leftover EA strings 2025-04-04 03:23:31 +02:00
Briar
f2064e7572 android: Remove early access fragment and home setting item 2025-04-04 03:23:31 +02:00
Briar
0248098d90 android: Update icons to use eden's 2025-04-04 03:23:31 +02:00
Briar
9ffe7c34ea android: Change appID 2025-04-04 03:23:31 +02:00
Briar
6ed708d0fa android: Rename default device name to eden 2025-04-04 03:23:31 +02:00
Briar
18d6d93ccf android: Change app name to eden 2025-04-04 03:23:31 +02:00
Briar
050f86eced android: Updated some user-facing strings to refer to eden 2025-04-04 03:23:31 +02:00
Briar
46d3e8135a Switch default username to eden 2025-04-01 18:38:41 +02:00
Briar
b94e10a8a1 qt: Updated some user-facing strings to refer to eden 2025-04-01 18:37:54 +02:00
Briar
76f424de00 Rename log file to eden_log 2025-04-01 18:36:48 +02:00
Briar
e4d277f0c8 Changed executable names to eden 2025-04-01 18:35:37 +02:00
voidanix
533c5231c9 Fix GCC builds with Debug build type 2025-04-01 18:31:44 +02:00
briar
5d2b494199 android: Update various deps 2025-04-01 18:30:57 +02:00
yuzubot
7ffac53c9e "Merge Tagged PR 13018" 2024-03-03 13:02:50 +00:00
yuzubot
c59f7ce764 "Merge Tagged PR 13178" 2024-03-03 13:02:49 +00:00
Pengfei Zhu
2f57c5a0e9
Revert arbaic translation 2024-03-01 15:20:53 +08:00
Pengfei Zhu
338e088b9d
Remove trailing whitespaces 2024-03-01 14:19:02 +08:00
The yuzu Community
56c9107d08 Update translations (2024-03-01) 2024-03-01 03:12:19 +00:00
liamwhite
dc94882c90
Merge pull request #13135 from german77/hid-interface
service: hid: Migrate HidServer to new IPC
2024-02-27 12:26:26 -05:00
liamwhite
30567a5909
Merge pull request #13175 from liamwhite/asan
general: fix asan errors
2024-02-27 09:42:59 -05:00
liamwhite
f1b1530249
Merge pull request #13171 from liamwhite/fake-address
texture_cache: do not track invalid addresses
2024-02-27 09:42:46 -05:00
liamwhite
6948ac8c16
general: workarounds for SMMU syncing issues (#12749) 2024-02-27 15:42:15 +01:00
liamwhite
b2e129eaa5
vk_rasterizer: flip scissor y on lower left origin mode (#13122) 2024-02-27 15:40:33 +01:00
liamwhite
1de37306a5
buffer_cache: avoid overflow in usage tracker (#13166) 2024-02-27 15:39:11 +01:00
liamwhite
9bc85dda5f
texture_cache: use two-pass collection for costly load resources (#13096) 2024-02-27 15:38:14 +01:00
Liam
c7174d5f61 general: fix asan errors 2024-02-26 19:28:49 -05:00
Narr the Reg
1bec420695
Merge pull request #13172 from liamwhite/gl-streams
renderer_opengl: declare geometry stream support in profile
2024-02-26 11:51:25 -06:00
liamwhite
79edad2533
Merge pull request #13159 from liamwhite/web-error
core: enable error applet, add stubs for web applet
2024-02-26 12:44:55 -05:00
Liam
a0e254e7c4 renderer_opengl: declare geometry stream support in profile 2024-02-26 11:18:30 -05:00
Liam
25c3bbba0e settings: remove global override for smash on amdvlk 2024-02-26 11:16:18 -05:00
Liam
d66ca8b731 video_core: make gpu context aware of rendering program 2024-02-26 11:16:14 -05:00
Liam
fd9ed54f27 texture_cache: do not track invalid addresses 2024-02-26 10:26:27 -05:00
liamwhite
15831b19a3
Merge pull request #13163 from german77/ring
core: hid: hid_core doesn't have access to LIBUSB
2024-02-25 14:01:05 -05:00