fix windows CI (disable gdb stub)

This commit is contained in:
CocoSimone
2023-02-11 18:04:28 +01:00
parent 90fd566e92
commit e95ca54cd1
8 changed files with 39 additions and 30 deletions

View File

@@ -6,7 +6,7 @@
#include <backend/core/Dynarec.hpp>
#include <backend/core/registers/Registers.hpp>
#include <Debugger.hpp>
#include <SDL_timer.h>
#include <SDL2/SDL_timer.h>
struct Window;