mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-22 07:42:52 +00:00
kernel: add and enable system suspend type
This commit is contained in:
@@ -258,8 +258,8 @@ public:
|
||||
/// Gets the shared memory object for HIDBus services.
|
||||
const Kernel::KSharedMemory& GetHidBusSharedMem() const;
|
||||
|
||||
/// Suspend/unsuspend application process.
|
||||
void SuspendApplication(bool suspend);
|
||||
/// Suspend/unsuspend emulated processes.
|
||||
void SuspendEmulation(bool suspend);
|
||||
|
||||
/// Exceptional exit application process.
|
||||
void ExceptionalExitApplication();
|
||||
|
||||
Reference in New Issue
Block a user