Merge pull request #2952 from boricj/bugfix/GDBServer

GDBServer: Fix emulator deadlock on client connection
This commit is contained in:
Connor McLaughlin
2023-03-13 20:32:11 +10:00
committed by GitHub
9 changed files with 92 additions and 66 deletions

View File

@@ -34,8 +34,6 @@ namespace GameList {
struct Entry;
}
class GDBServer;
class MainWindow final : public QMainWindow
{
Q_OBJECT
@@ -290,8 +288,6 @@ private:
bool m_was_disc_change_request = false;
bool m_is_closing = false;
GDBServer* m_gdb_server = nullptr;
#ifdef _WIN32
void* m_device_notification_handle = nullptr;
#endif