From a170f4092756cf68e1dc08baff5db2f7fccee3f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 10 Oct 2025 08:45:09 -0600 Subject: [PATCH] Qt buildfix --- Core/MIPS/JitCommon/JitCommon.h | 4 ---- Qt/mainwindow.cpp | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Core/MIPS/JitCommon/JitCommon.h b/Core/MIPS/JitCommon/JitCommon.h index 46ebe6dea8..d8fcc28c83 100644 --- a/Core/MIPS/JitCommon/JitCommon.h +++ b/Core/MIPS/JitCommon/JitCommon.h @@ -36,10 +36,6 @@ class JitBlockCache; class JitBlockCacheDebugInterface; class PointerWrap; -#ifdef USING_QT_UI -#undef emit -#endif - class MIPSState; namespace MIPSComp { diff --git a/Qt/mainwindow.cpp b/Qt/mainwindow.cpp index c0dff25d1c..30ee52c75a 100644 --- a/Qt/mainwindow.cpp +++ b/Qt/mainwindow.cpp @@ -1,6 +1,5 @@ // Qt Desktop UI: works on Linux, Windows and Mac OSX #include "ppsspp_config.h" -#include "mainwindow.h" #include #include @@ -9,6 +8,8 @@ #include #include +#include "mainwindow.h" + #include "Common/System/Display.h" #include "Common/System/NativeApp.h" #include "Common/System/System.h"