core: Track system exit lock status
Used to determine if yuzu should confirm before pausing or stopping a game.
This commit is contained in:
parent
a1b8e5d09a
commit
bbc1437188
2 changed files with 15 additions and 0 deletions
|
@ -322,6 +322,10 @@ public:
|
|||
|
||||
const Service::APM::Controller& GetAPMController() const;
|
||||
|
||||
void SetExitLock(bool locked);
|
||||
|
||||
bool GetExitLock() const;
|
||||
|
||||
private:
|
||||
System();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue