summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
-rw-r--r--src/core/hle/kernel/kernel.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/kernel/kernel.cpp b/src/core/hle/kernel/kernel.cpp
index 4a091ea38..2a1b91752 100644
--- a/src/core/hle/kernel/kernel.cpp
+++ b/src/core/hle/kernel/kernel.cpp
@@ -642,6 +642,10 @@ void KernelCore::Suspend(bool in_suspention) {
642 } 642 }
643} 643}
644 644
645bool KernelCore::IsMulticore() const {
646 return impl->is_multicore;
647}
648
645void KernelCore::ExceptionalExit() { 649void KernelCore::ExceptionalExit() {
646 exception_exited = true; 650 exception_exited = true;
647 Suspend(true); 651 Suspend(true);