early-access version 2673

This commit is contained in:
pineappleEA
2022-04-13 21:35:46 +02:00
parent 70fb7aec08
commit df8b847719
21 changed files with 813 additions and 197 deletions

View File

@@ -264,12 +264,6 @@ 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);