From 7d400703cfd33b5ed1a3dfee0d3d3d05ad9a78bd Mon Sep 17 00:00:00 2001 From: Robyn Dressler Date: Fri, 11 Oct 2024 19:17:51 -0500 Subject: [PATCH] Fixing SDL build --- src/emulator.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/emulator.cpp b/src/emulator.cpp index 3a6c936b9..d6b166d09 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -9,8 +9,8 @@ #include "common/logging/log.h" #ifdef ENABLE_QT_GUI #include -#include "common/memory_patcher.h" #endif +#include "common/memory_patcher.h" #include "common/assert.h" #include "common/discord_rpc_handler.h" #include "common/elf_info.h" @@ -38,6 +38,7 @@ #include "emulator.h" #include "video_core/renderdoc.h" + Frontend::WindowSDL* g_window = nullptr; namespace Core {