kernel: add and enable system suspend type
This commit is contained in:
parent
a40adbc142
commit
af42482565
4 changed files with 43 additions and 32 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue