mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 12:57:55 -05:00
Thread: Release the ARM Interface on exitting.
This commit is contained in:
@ -610,6 +610,10 @@ public:
|
||||
is_phantom_mode = phantom;
|
||||
}
|
||||
|
||||
bool HasExited() const {
|
||||
return has_exited;
|
||||
}
|
||||
|
||||
private:
|
||||
friend class GlobalScheduler;
|
||||
friend class Scheduler;
|
||||
@ -714,6 +718,7 @@ private:
|
||||
|
||||
bool will_be_terminated = false;
|
||||
bool is_phantom_mode = false;
|
||||
bool has_exited = false;
|
||||
|
||||
bool was_running = false;
|
||||
|
||||
|
Reference in New Issue
Block a user