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

@ -40,8 +40,8 @@ add_library(core
game_database.h
game_list.cpp
game_list.h
gdb_protocol.cpp
gdb_protocol.h
gdb_server.cpp
gdb_server.h
gpu.cpp
gpu.h
gpu_backend.cpp