diff options
Diffstat (limited to 'src/core/hle/kernel/kernel.h')
| -rw-r--r-- | src/core/hle/kernel/kernel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/kernel/kernel.h b/src/core/hle/kernel/kernel.h index aa0ebaa02..6c7cf6af2 100644 --- a/src/core/hle/kernel/kernel.h +++ b/src/core/hle/kernel/kernel.h | |||
| @@ -109,6 +109,9 @@ public: | |||
| 109 | /// Clears all resources in use by the kernel instance. | 109 | /// Clears all resources in use by the kernel instance. |
| 110 | void Shutdown(); | 110 | void Shutdown(); |
| 111 | 111 | ||
| 112 | /// Close all active services in use by the kernel instance. | ||
| 113 | void CloseServices(); | ||
| 114 | |||
| 112 | /// Retrieves a shared pointer to the system resource limit instance. | 115 | /// Retrieves a shared pointer to the system resource limit instance. |
| 113 | const KResourceLimit* GetSystemResourceLimit() const; | 116 | const KResourceLimit* GetSystemResourceLimit() const; |
| 114 | 117 | ||