Qt: Run GDB server on emulation thread

This commit is contained in:
Jean-Baptiste Boric
2023-02-25 17:27:03 +01:00
parent 4494a2c73c
commit 7810e68a58
8 changed files with 82 additions and 66 deletions

View File

@@ -33,8 +33,6 @@ namespace GameList {
struct Entry;
}
class GDBServer;
class MainWindow final : public QMainWindow
{
Q_OBJECT
@@ -286,8 +284,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