diff --git a/Qt/mainwindow.h b/Qt/mainwindow.h index 4a77da4d97..78981436c0 100644 --- a/Qt/mainwindow.h +++ b/Qt/mainwindow.h @@ -126,7 +126,7 @@ private slots: void renderingResolutionGroup_triggered(QAction *action) { g_Config.iInternalResolution = action->data().toInt(); - NativeMessagSystem_PostUIMessageeReceived("gpu_renderResized", ""); + System_PostUIMessage("gpu_renderResized", ""); } void windowGroup_triggered(QAction *action) { SetWindowScale(action->data().toInt()); } diff --git a/UI/PSPNSApplicationDelegate.mm b/UI/PSPNSApplicationDelegate.mm index 4deebf9aed..64b3714e8e 100644 --- a/UI/PSPNSApplicationDelegate.mm +++ b/UI/PSPNSApplicationDelegate.mm @@ -6,9 +6,11 @@ // #import + #import "PSPNSApplicationDelegate.h" + +#include "Common/System/System.h" #include "Core/SaveState.h" -#include "Common/System/NativeApp.h" #include "Core/Config.h" @implementation PSPNSApplicationDelegate diff --git a/Windows/PPSSPP.vcxproj b/Windows/PPSSPP.vcxproj index cd23a3b70d..f0a38f80da 100644 --- a/Windows/PPSSPP.vcxproj +++ b/Windows/PPSSPP.vcxproj @@ -1272,6 +1272,7 @@ true true + true true @@ -1332,6 +1333,7 @@ true true + true true @@ -1647,6 +1649,16 @@ + + true + true + true + true + true + true + true + true + true @@ -1669,6 +1681,16 @@ true + + true + true + true + true + true + true + true + true + diff --git a/Windows/PPSSPP.vcxproj.filters b/Windows/PPSSPP.vcxproj.filters index b3195e189a..35fa64082c 100644 --- a/Windows/PPSSPP.vcxproj.filters +++ b/Windows/PPSSPP.vcxproj.filters @@ -62,6 +62,9 @@ {e6f1a7f6-807b-484e-9595-bdb58ecaa2ae} + + {e2dd8951-ccb6-4575-996a-69c6832fafbf} + @@ -565,6 +568,12 @@ Windows\Debugger + + Other Platforms\Mac + + + Other Platforms\Mac + @@ -794,6 +803,12 @@ Build\CMake + + Other Platforms\Mac + + + Other Platforms\Mac +