Commit graph

23864 commits

Author SHA1 Message Date
darktux
60791492e9 Use std::fill instead of memset 2024-04-01 16:54:03 +00:00
darktux
22133fd606 Removed unnessecary sizeof(u8) 2024-04-01 16:54:03 +00:00
Belal Ashraf
923464fb7b Fix NROs crashing and loading infinitely 2024-04-01 16:54:03 +00:00
voidanix
437373d461 Fix GCC builds with Debug build type
When compiling with -DCMAKE_BUILD_TYPE=Debug, GCC would (correctly) fail to
compile intrinsics in stb and host1x due to lack of optimizations.

Sadly, the compilation error given is bogus and Clang completing the builds
without issues does raise some eyebrows.

Therefore, force optimizations for the offending files under GCC when
creating Debug builds.

Signed-off-by: voidanix <voidanix@keyedlimepie.org>
2024-04-01 18:53:06 +02:00
Lucas Clemente Vella
e68df8609a 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.
2024-04-01 18:23:52 +02:00
Jarrod Norwell
8e4a4723f9 Added support for Princess Peach: Showtime! 2024-04-01 18:07:23 +02:00
darktux
3da8fe98ac Fixed formatting in new stubs ported from Suyu 2024-03-24 00:30:23 +01:00
darktux
4b9c10c181 Updated copyright headers 2024-03-24 00:29:58 +01:00
darktux
d8e91886ae Ported some stubs from Suyu (2ba2db7795) 2024-03-23 23:32:47 +01:00
darktux
b307bd898a Fixed minicoro.h formatting 2024-03-23 21:53:30 +01:00
darktux
af04ee4eeb Implemented a more correct version of ISfServiceMonitor::GetGroupInfo 2024-03-23 21:52:01 +01:00
Alessio
13c4a14d41 Radeon gpu profiler detection support 2024-03-23 21:43:51 +01:00
darktux
6be2836bb1 clang-formated new fiber.cpp and minicoro.h 2024-03-23 14:48:30 +01:00
darktux
2cb9ffd857 Implemented rewindless Fiber without Boost (using minicoro) 2024-03-23 05:13:48 +01:00
darktux
6e0f610ff5 Removed telemetry and anonymized SCM (git) strings 2024-03-23 00:08:11 +01:00
darktux
b481eaff14 Return correct amount of values from IFriendService::GetReceivedFriendRequestCount 2024-03-22 03:05:58 +01:00
darktux
52b637aa7c Actually return 0 in IFriendService::GetReceivedFriendRequestCount 2024-03-22 03:02:13 +01:00
darktux
37298264ed Fixed minor issues from previous PR related to buffers and a typo in npns 2024-03-22 02:59:51 +01:00
darktux
98ea90455f Implemented IFriendService::GetUserPresenceView stub to get QLaunch friends list running 2024-03-22 02:26:57 +01:00
darktux
8b80006175 Always report command ID in log and implement LoadUserSetting stub 2024-03-22 02:17:14 +01:00
darktux
e796729717 Disable "Open Home Menu" action as appropriate 2024-03-18 03:35:46 +01:00
Alessio
60b4d03955 fix for amd video playback (green videos) 2024-03-18 03:31:29 +01:00
niansa
9bb6c7386b Port changes from Early Access 2024-03-18 03:29:02 +01:00
Sharpy66
872d3a83fd Android: Add ability to run Qlaunch 2024-03-18 03:23:51 +01:00
niansa
ad750fe895 Implement option to start QLaunch from Tools menu 2024-03-18 03:23:28 +01:00
darktux
9d754ae554 Replaced API URL 2024-03-18 03:08:47 +01:00
darktux
7f3cf265f9 Downgraded mbedtls and updated for latest dynarmic 2024-03-18 03:08:25 +01: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
liamwhite
8416d1c028
Merge pull request #13154 from german77/vibration-filter
core: hid: Reintroduce vibration filter
2024-02-25 14:00:59 -05:00
german77
e62cea20d1 core: hid: hid_core doesn't have access to LIBUSB 2024-02-25 10:06:43 -06:00
Liam
dc50b95a47 settings: enable error applet 2024-02-24 22:56:08 -05:00
Liam
4050242cf3 ldn: return no connection from GetStateForMonitor 2024-02-24 22:56:08 -05:00
Liam
fd718f350c ssl: add cert store 2024-02-24 22:56:05 -05:00