1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 06:24:10 +01:00
Ryujinx/Ryujinx.HLE/HOS
Ac_K 0d984f61b2
am: Stub ILibraryAppletAccessor RequestExit (#2142)
This PR stub ILibraryAppletAccessor (20) RequestExit call which is needed by Monster Hunter Rise when you press "Private Policy" at the beginning.
The game try to run the `WebApplet` which is already partially stubbed, then call `RequestExit` to know when the applet exits. If the call does nothing, the game just hang forever. If you signals the event, you can interracts with the menu again.
2021-03-28 01:13:01 +01:00
..
Applets
Diagnostics/Demangler
Font
Ipc
Kernel
Services am: Stub ILibraryAppletAccessor RequestExit (#2142) 2021-03-28 01:13:01 +01:00
SystemState
Tamper
ApplicationLoader.cs
ArmProcessContext.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00
ArmProcessContextFactory.cs
HomebrewRomFsStream.cs
Horizon.cs
IdDictionary.cs
ModLoader.cs
ProgramLoader.cs
ResultCode.cs
ServiceCtx.cs
TamperMachine.cs
UserChannelPersistence.cs