spectranator
ad35d0d2b2
Updated Vulkan stuff for bug fixes and improved hardware compatibility ( #21 )
...
Fixes TOTK crashes on Steam Deck and potentially VRAM leak issues
Reviewed-on: http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/torzu-emu/torzu/pulls/21
2024-12-20 15:24:57 +00:00
Jarrod Norwell
0078a5544e
Implemented LogicOp fix
2024-12-20 15:24:57 +00:00
Jarrod Norwell
2b4befd23d
Added ISslConnection::{Get,Set}NextAlpnProto stubs
2024-12-20 15:24:57 +00:00
Jarrod Norwell
2cacc52680
Added missing error codes and increased audio renderer revision (fixes Animal Well)
2024-12-20 15:24:57 +00:00
Mike Lothian
c39939fd8e
Use fmt 11.0.0
2024-12-20 15:24:57 +00:00
spectranator
0b587b91c9
Simplified CoreTiming::GetClockTicks()
2024-12-20 15:24:57 +00:00
spectranator
701f391d00
Disabled problematic MSVC warning-to-errors
2024-12-20 15:24:57 +00:00
spectranator
2c34a4c7db
Fixed controller UI being cut off at the bottom
2024-12-20 15:24:57 +00:00
spectranator
f89d3ca9ed
Added option to synchronize core tick speed to max speed percentage
2024-12-20 15:24:57 +00:00
Jarrod Norwell
ec78bac6ab
Rewrote mm:u to follow switchbrew.org documentation
2024-12-20 15:24:57 +00:00
flodavid
6eac0a4802
Load custom Qt themes from yuzu data directory
...
- Directory is qt_themes, each theme must be in one folder
- It should contain a file "style.qss"
- It may contain an "icons" sub-directory, to override included icons
(with files like mytheme/icons/colorful/48x48/star.png for example)
- Directories ending by "_dark" are reserved for dark variant icons.
They are not listed as themes in the UI.
- If theme directory contains "dark" or "midnight", theme will be considered dark
2024-12-20 15:24:57 +00:00
darktux
46546e9c2e
Fixed non-external SPIRV-Tools linkage
2024-12-20 15:24:57 +00:00
darktux
8028770d4e
Optionally optimize generated SPIRV with spirv-opt ( #10 )
...
Reviewed-on: http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/darktux/torzu/pulls/10
Co-authored-by: darktux <darktux@y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion>
Co-committed-by: darktux <darktux@y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion>
2024-12-20 15:24:57 +00:00
lol
b6cd4b66b2
fix qlaunch on firmware 18
2024-12-20 15:24:57 +00:00
darktux
45080689fe
Fixed crash when changing per-game backend from null
2024-12-20 15:24:57 +00:00
Exverge
f0437e57fd
Map methods in firmware 18.0.0
2024-12-20 15:24:57 +00:00
darktux
bd2c29fed8
Add SR_WScaleFactorXY/SR_WScaleFactorZ stubs for Prince of Persia ( #5 )
...
Pulled in and cleaned up from Sudachi
Reviewed-on: http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/darktux/torzu/pulls/5
Co-authored-by: darktux <darktux@y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion>
Co-committed-by: darktux <darktux@y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion>
2024-12-20 15:24:57 +00:00
darktux
2c04264053
Implemented IFriendService::GetUserPresenceView stub to get QLaunch friends list running
2024-12-20 15:24:57 +00:00
darktux
c454967221
Return correct amount of values from IFriendService::GetReceivedFriendRequestCount
2024-12-20 15:24:57 +00:00
darktux
0ef53d4d96
Added v18.0.0 stubs
2024-12-20 15:24:57 +00:00
darktux
7c47e06939
Disable "Open Home Menu" action as appropriate
2024-12-20 15:24:57 +00:00
darktux
075c4782e0
Implemented a more correct version of ISfServiceMonitor::GetGroupInfo
2024-12-20 15:24:57 +00:00
darktux
628a1649e3
Actually return 0 in IFriendService::GetReceivedFriendRequestCount
2024-12-20 15:24:57 +00:00
darktux
662ce7f3a0
Fixed minor issues from previous PR related to buffers and a typo in npns
2024-12-20 15:24:57 +00:00
darktux
8b6b7ab647
Removed telemetry and anonymized SCM (git) strings
2024-12-20 15:24:57 +00:00
darktux
b250c2ff97
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-12-20 15:24:57 +00:00
darktux
e6d40911b3
Always report command ID in log and implement LoadUserSetting stub
2024-12-20 15:24:57 +00:00
Lucas Clemente Vella
2b67d9f860
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-12-20 15:24:57 +00:00
Belal Ashraf
6cca22e167
Fix NROs crashing and loading infinitely
2024-12-20 15:24:57 +00:00
Exverge
1a561852bb
fix: resume application when library applets are closed
2024-12-20 15:24:57 +00:00
Lucas Clemente Vella
bf4c8952b0
Vulkan validation error fix.
...
Different image usage flags between image creation and image view
creation.
2024-12-20 15:24:57 +00:00
Kelebek1
ccf5644c17
Add option to log synchronously, add tooltip to log filter.
2024-12-20 15:24:57 +00:00
Jarrod Norwell
9d3b0b832f
Added support for Princess Peach: Showtime!
2024-12-20 15:24:57 +00:00
XForYouX
9ad8973ebf
Increase Limit ( FSR Sharp , AUDIO ) Android
...
Increase Limit FSR Sharp
( 0 - 200 )
Increase Limit Audio ( 0-120 )
2024-12-20 15:24:57 +00:00
XForYouX
107845e808
Add 32:9 Android
...
Fix Issue Aspec Ratio For Android
2024-12-20 15:24:57 +00:00
RadsammyT
5616ef2941
PR#3 review: fix -l arg breaking
...
because optarg goes NULL when encountering an optional argument, so I have to do this instead to get the argument. See case 'p'.
2024-12-20 15:24:57 +00:00
RadsammyT
7117eddfa4
PR#3 review: -l's arg is now optional
2024-12-20 15:24:57 +00:00
RadsammyT
7a643511cb
suyu_cmd: allow launching of applets by supplying FrontendAppletParameters as an arg
...
Based off of a patch i saved before I nuked my local copy of the suyu repo from gitlab and replaced it with the one local-hosted
2024-12-20 15:24:57 +00:00
XForYouX
6e97b85bea
Add 32:9 For Android
...
Add 32:9 For Android Fix Issue Aspec Ratio
2024-12-20 15:24:57 +00:00
XForYouX
6d52373e08
Add 32:9 For Android
...
32:9 For Android Fix Issue Aspce Ratio
2024-12-20 15:24:57 +00:00
Maran Br
c945eb60d7
Fixes second controller not detected in DKTF and possibly other games
2024-12-20 15:24:57 +00:00
Alessio
805bcb19dc
Radeon gpu profiler detection support
2024-12-20 15:24:57 +00:00
Exverge
41807019b6
fix: Fixes compiling to non-Apple OSes on arm64
2024-12-20 15:24:57 +00:00
Nick Majkic
75b68c9170
Macos moltenvk headers
2024-12-20 15:24:57 +00:00
Nick Majkic
b9769e59e9
Clean up CMAKE files for mac and xcode building
2024-12-20 15:24:57 +00:00
niansa
3e107158c2
Apply GetGroupInfo fix to ISfServiceMonitor too
2024-12-20 15:24:57 +00:00
niansa
591a4b7495
Implemented some stubs for Health & Safety and corrected GetGroupInfo behavior
2024-12-20 15:24:57 +00:00
niansa
275fd0c7dc
Stub out StartSleepSequence
2024-12-20 15:24:57 +00:00
niansa
4878379533
Implemented some basic sleep functions
2024-12-20 15:24:57 +00:00
Sharpy66
fd8609a02a
Android: Add ability to run Qlaunch
2024-12-20 15:24:57 +00:00