System: Move GDB server into core

This commit is contained in:
Stenzek
2024-05-27 00:10:39 +10:00
parent 55d96f86f0
commit 015804c434
20 changed files with 307 additions and 274 deletions

View File

@@ -3,7 +3,6 @@
#pragma once
#include "gdbserver.h"
#include "qtutils.h"
#include "core/game_list.h"
@@ -246,7 +245,6 @@ private:
};
extern EmuThread* g_emu_thread;
extern GDBServer* g_gdb_server;
namespace QtHost {
/// Sets batch mode (exit after game shutdown).