mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
hle: kernel: Add a flag for indicating that the kernel is currently shutting down.
This commit is contained in:
parent
975a4f786b
commit
58da4d5a6e
6 changed files with 49 additions and 0 deletions
|
@ -274,6 +274,8 @@ public:
|
|||
|
||||
bool IsMulticore() const;
|
||||
|
||||
bool IsShuttingDown() const;
|
||||
|
||||
void EnterSVCProfile();
|
||||
|
||||
void ExitSVCProfile();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue