early-access version 2682

This commit is contained in:
pineappleEA
2022-04-16 16:44:44 +02:00
parent 19ae913de1
commit 2a9a83843c
26 changed files with 315 additions and 29 deletions

View File

@@ -264,6 +264,12 @@ public:
/// Gets the shared memory object for Time services.
const Kernel::KSharedMemory& GetTimeSharedMem() const;
/// Gets the shared memory object for HIDBus services.
Kernel::KSharedMemory& GetHidBusSharedMem();
/// Gets the shared memory object for HIDBus services.
const Kernel::KSharedMemory& GetHidBusSharedMem() const;
/// Suspend/unsuspend the OS.
void Suspend(bool in_suspention);