Herman Semenov
7bebaad1bf
Using reserve() for optimization inserts, marked unused pair items and minor code refactor
2024-12-20 15:24:58 +00:00
echosys
8ba1e751c4
Be more explicit on struct init ( #46 )
...
Older versions of gcc (gcc-11 which is used in the build guide) seem to struggle with these two struct initializations (if I understand this correctly it is using "designated initialization" which is new in C++20) leading to compile errors (see #42 ).
This replaces those two initializations with a more explicit one that also compiles on gcc-11.
Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/46
Co-authored-by: echosys <echosys@noreply.localhost>
Co-committed-by: echosys <echosys@noreply.localhost>
2024-12-20 15:24:58 +00:00
spectranator
685f07c068
Added ILibraryAppletSelfAccessor::UnpopInData stub
2024-12-20 15:24:58 +00:00
Reg Tiangha
4c7af937f1
hardware_composer.cpp: Add missing includes
2024-12-20 15:24:57 +00:00
Jarrod Norwell
2084af908c
Stubbed QueryLastPlayTime
2024-12-20 15:24:57 +00:00
Jarrod Norwell
cc3e48774c
Added HDCP authentication state event and stubs
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
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
lol
b6cd4b66b2
fix qlaunch on firmware 18
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
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
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
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
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
Exverge
41807019b6
fix: Fixes compiling to non-Apple OSes on arm64
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
niansa
7c8d55cc62
Added 32:9 aspect ratio
2024-12-20 15:24:57 +00:00
niansa
66e36e1066
Implement option to start QLaunch from Tools menu
2024-12-20 15:24:57 +00:00
niansa
9b4ef19ed9
Port changes from Early Access
2024-12-20 15:24:40 +00:00
Andrea V
44c92bf62e
Introduced default constructors to fix compile
2024-12-20 15:14:22 +00:00
Mike Lothian
4c29b7604d
externals: Update dynarmic to 6.7.1
2024-12-20 15:14:22 +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
Liam
c7174d5f61
general: fix asan errors
2024-02-26 19:28:49 -05: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
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
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
Liam
0d6fd12231
glue: load initial year setting as s32
2024-02-24 22:49:38 -05:00
Liam
f297e98a9e
acc: add account manager for acc:u1
2024-02-24 22:25:34 -05:00
Liam
637c54e205
fs: add stubs for online web applet
2024-02-24 22:25:34 -05:00
Liam
f045fa576b
erpt: stub report creation
2024-02-24 22:25:34 -05:00
Liam
692ba0fa7d
set: add GetPlatformRegion
2024-02-24 22:25:34 -05:00