mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-10 05:08:50 -04:00
core: Track system exit lock status
Used to determine if yuzu should confirm before pausing or stopping a game.
This commit is contained in:
@@ -322,6 +322,10 @@ public:
|
||||
|
||||
const Service::APM::Controller& GetAPMController() const;
|
||||
|
||||
void SetExitLock(bool locked);
|
||||
|
||||
bool GetExitLock() const;
|
||||
|
||||
private:
|
||||
System();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user