summaryrefslogtreecommitdiffstats
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-01-10 18:46:01 +0100
committerLiam <byteslice@airmail.cc>2023-01-10 18:46:01 +0100
commit385ddef8c331117f16ccb681a8bd47e0603e9f3c (patch)
tree6dafac48e7eeea764cae67471fab7fc02a4962ef /src/yuzu/bootmanager.h
parentmacOS: Make Yuzu show up in the Launchpad Games folder (#9594) (diff)
downloadyuzu-385ddef8c331117f16ccb681a8bd47e0603e9f3c.tar
yuzu-385ddef8c331117f16ccb681a8bd47e0603e9f3c.tar.gz
yuzu-385ddef8c331117f16ccb681a8bd47e0603e9f3c.tar.bz2
yuzu-385ddef8c331117f16ccb681a8bd47e0603e9f3c.tar.lz
yuzu-385ddef8c331117f16ccb681a8bd47e0603e9f3c.tar.xz
yuzu-385ddef8c331117f16ccb681a8bd47e0603e9f3c.tar.zst
yuzu-385ddef8c331117f16ccb681a8bd47e0603e9f3c.zip
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r--src/yuzu/bootmanager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h
index eca16b313..092c6206f 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -92,6 +92,10 @@ public:
}
private:
+ void EmulationPaused(std::unique_lock<std::mutex>& lk);
+ void EmulationResumed(std::unique_lock<std::mutex>& lk);
+
+private:
Core::System& m_system;
std::stop_source m_stop_source;