mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 00:47:57 +00:00
ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled
- Used by Pixel Game Maker Series Werewolf Princess Kaguya
This commit is contained in:
parent
1903c126dc
commit
7835a7370f
2 changed files with 10 additions and 1 deletions
|
@ -196,6 +196,7 @@ private:
|
|||
void EndVrModeEx(Kernel::HLERequestContext& ctx);
|
||||
void GetDefaultDisplayResolution(Kernel::HLERequestContext& ctx);
|
||||
void SetCpuBoostMode(Kernel::HLERequestContext& ctx);
|
||||
void SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled(Kernel::HLERequestContext& ctx);
|
||||
|
||||
std::shared_ptr<AppletMessageQueue> msg_queue;
|
||||
bool vr_mode_state{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue