Move out two more functions from Core.cpp. Clean up Windows includes

This commit is contained in:
Henrik Rydgård
2024-12-08 12:12:02 +01:00
parent 83af54950f
commit 080798b5dd
20 changed files with 33 additions and 35 deletions
+1 -3
View File
@@ -20,9 +20,7 @@
#include "ppsspp_config.h"
#ifdef _WIN32
#include <windows.h>
#undef min
#undef max
#include "Common/CommonWindows.h"
#endif
#if PPSSPP_PLATFORM(SWITCH)