hle: kernel: Add a flag for indicating that the kernel is currently shutting down.

This commit is contained in:
bunnei 2021-11-25 20:46:17 -08:00
parent 2c49a65d2b
commit abbea575cf
6 changed files with 49 additions and 0 deletions

View file

@ -274,6 +274,8 @@ public:
bool IsMulticore() const;
bool IsShuttingDown() const;
void EnterSVCProfile();
void ExitSVCProfile();