mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 03:38:02 -05:00
Project Andio
This commit is contained in:
@ -109,6 +109,9 @@ public:
|
||||
/// Clears all resources in use by the kernel instance.
|
||||
void Shutdown();
|
||||
|
||||
/// Close all active services in use by the kernel instance.
|
||||
void CloseServices();
|
||||
|
||||
/// Retrieves a shared pointer to the system resource limit instance.
|
||||
const KResourceLimit* GetSystemResourceLimit() const;
|
||||
|
||||
|
Reference in New Issue
Block a user