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
fb7da434f0
Searching for Vulkan before QT6, so it doesn't messes with Vulkan.
2024-04-01 18:38:43 +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
Dark Tux
d271a9f6f1
Improve upon last commit
2024-03-30 00:50:50 +00:00
Dark Tux
5ed93be3c1
Add comment on how to clone repo
2024-03-30 00:49:02 +00: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
darktux
89fde68a11
Fixed configurarion without SIRIT_USE_SYSTEM_SPIRV_HEADERS set
2024-03-18 03:08:04 +01:00
darktux
0dbec7a22c
Deleted contact links from issue templates
2024-03-15 14:58:22 +01:00
darktux
5e588fb5ab
Deleted workflows and funding
2024-03-15 14:57:21 +01:00
darktux
0100404262
Updated README to reflect current state of things
2024-03-15 14:53:18 +01:00
darktux
444c1c992e
Deleted all CI scripts (rework planned)
2024-03-15 14:16:37 +01:00
darktux
8af5fb674c
Added submodule contents into tree
2024-03-15 10:03:39 +01:00
darktux
d1ca1c53b9
Removed bad submodules
2024-03-15 10:01:19 +01:00
Narr the Reg
15e6e48bef
Merge pull request #13198 from zhaobot/tx-update-20240301020652
...
Update translations (2024-03-01)
2024-03-01 01:57:00 -06: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
liamwhite
ce62fa6f7b
Merge pull request #13149 from liamwhite/per-channel-program
...
video_core: make gpu context aware of rendering program
2024-02-26 12:44:46 -05:00