summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/kernel.h')
-rw-r--r--src/core/hle/kernel/kernel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/kernel.h b/src/core/hle/kernel/kernel.h
index 3499f8b90..eacf9dc61 100644
--- a/src/core/hle/kernel/kernel.h
+++ b/src/core/hle/kernel/kernel.h
@@ -274,6 +274,8 @@ public:
274 274
275 bool IsMulticore() const; 275 bool IsMulticore() const;
276 276
277 bool IsShuttingDown() const;
278
277 void EnterSVCProfile(); 279 void EnterSVCProfile();
278 280
279 void ExitSVCProfile(); 281 void ExitSVCProfile();