mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-04 10:28:02 -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