diff options
Diffstat (limited to 'src/core/hle/kernel/kernel.h')
| -rw-r--r-- | src/core/hle/kernel/kernel.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/kernel/kernel.h b/src/core/hle/kernel/kernel.h index 9fb8f52ec..c4397fc77 100644 --- a/src/core/hle/kernel/kernel.h +++ b/src/core/hle/kernel/kernel.h | |||
| @@ -82,12 +82,6 @@ public: | |||
| 82 | /// Gets the sole instance of the global scheduler | 82 | /// Gets the sole instance of the global scheduler |
| 83 | const Kernel::GlobalScheduler& GlobalScheduler() const; | 83 | const Kernel::GlobalScheduler& GlobalScheduler() const; |
| 84 | 84 | ||
| 85 | /// Gets the sole instance of the system | ||
| 86 | Core::System& System(); | ||
| 87 | |||
| 88 | /// Gets the sole instance of the system | ||
| 89 | const Core::System& System() const; | ||
| 90 | |||
| 91 | /// Adds a port to the named port table | 85 | /// Adds a port to the named port table |
| 92 | void AddNamedPort(std::string name, SharedPtr<ClientPort> port); | 86 | void AddNamedPort(std::string name, SharedPtr<ClientPort> port); |
| 93 | 87 | ||