Commit graph

23928 commits

Author SHA1 Message Date
darktux
a015fbbfe2 Vulkan validation error fix.
Different image usage flags between image creation and image view
creation.
2025-04-04 03:40:48 +02:00
darktux
047df5dfff Save memory by using dyamic stack size in Fiber 2025-04-04 03:40:48 +02:00
darktux
cb477dacea Implemented a more correct version of ISfServiceMonitor::GetGroupInfo 2025-04-04 03:40:48 +02:00
darktux
3d422626d1 Fixed minicoro.h formatting 2025-04-04 03:40:47 +02:00
darktux
803939a540 Radeon gpu profiler detection support 2025-04-04 03:40:47 +02:00
darktux
50f7d4982b clang-formated new fiber.cpp and minicoro.h 2025-04-04 03:40:47 +02:00
darktux
865757be47 Implemented rewindless Fiber without Boost (using minicoro) 2025-04-04 03:40:47 +02:00
darktux
9a39b63f12 Solves warning about GuestMemory having internal linkage.
It is very hard to explain why this public interface class was defined
in an anonymous namespace inside a header file.
2025-04-04 03:40:47 +02:00
darktux
7f3c674385 Fixed formatting in new stubs ported from Suyu 2025-04-04 03:40:47 +02:00
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