mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 20:17:51 -05:00
core/debugger: fix a number of shutdown deadlocks
This commit is contained in:
@ -35,6 +35,11 @@ public:
|
||||
*/
|
||||
bool NotifyThreadStopped(Kernel::KThread* thread);
|
||||
|
||||
/**
|
||||
* Notify the debugger that a shutdown is being performed now and disconnect.
|
||||
*/
|
||||
void NotifyShutdown();
|
||||
|
||||
private:
|
||||
std::unique_ptr<DebuggerImpl> impl;
|
||||
};
|
||||
|
Reference in New Issue
Block a user