From bbc143718835f62878b408700380b7f56741f259 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sat, 6 Jul 2019 13:08:33 -0400 Subject: core: Track system exit lock status Used to determine if yuzu should confirm before pausing or stopping a game. --- src/core/core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/core.h') diff --git a/src/core/core.h b/src/core/core.h index bb2962fdd..9874ee487 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -322,6 +322,10 @@ public: const Service::APM::Controller& GetAPMController() const; + void SetExitLock(bool locked); + + bool GetExitLock() const; + private: System(); -- cgit v1.2.3