summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/kernel.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-14 22:57:20 +0100
committerLiam <byteslice@airmail.cc>2024-02-14 23:03:50 +0100
commitaf42482565daf646d89a0a3cd8001a527ab76621 (patch)
tree3e28818b929f30d13cc190a9203697960bb6db7b /src/core/hle/kernel/kernel.h
parentMerge pull request #12996 from german77/settings-ipc (diff)
downloadyuzu-af42482565daf646d89a0a3cd8001a527ab76621.tar
yuzu-af42482565daf646d89a0a3cd8001a527ab76621.tar.gz
yuzu-af42482565daf646d89a0a3cd8001a527ab76621.tar.bz2
yuzu-af42482565daf646d89a0a3cd8001a527ab76621.tar.lz
yuzu-af42482565daf646d89a0a3cd8001a527ab76621.tar.xz
yuzu-af42482565daf646d89a0a3cd8001a527ab76621.tar.zst
yuzu-af42482565daf646d89a0a3cd8001a527ab76621.zip
Diffstat (limited to 'src/core/hle/kernel/kernel.h')
-rw-r--r--src/core/hle/kernel/kernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/kernel/kernel.h b/src/core/hle/kernel/kernel.h
index 8ea5bed1c..57182c0c8 100644
--- a/src/core/hle/kernel/kernel.h
+++ b/src/core/hle/kernel/kernel.h
@@ -258,8 +258,8 @@ public:
/// Gets the shared memory object for HIDBus services.
const Kernel::KSharedMemory& GetHidBusSharedMem() const;
- /// Suspend/unsuspend application process.
- void SuspendApplication(bool suspend);
+ /// Suspend/unsuspend emulated processes.
+ void SuspendEmulation(bool suspend);
/// Exceptional exit application process.
void ExceptionalExitApplication();