diff --git a/Qt/QtHost.h b/Qt/QtHost.h index fbad0aa7ea..846da1058f 100644 --- a/Qt/QtHost.h +++ b/Qt/QtHost.h @@ -90,9 +90,6 @@ public: NativeMessageReceived(message.c_str(), value.c_str()); } - bool GPUDebuggingActive() override { - return false; - } private: const char* SymbolMapFilename(std::string currentFilename); MainWindow* mainWindow; diff --git a/UWP/UWPHost.h b/UWP/UWPHost.h index 635e37bccc..76f460a700 100644 --- a/UWP/UWPHost.h +++ b/UWP/UWPHost.h @@ -32,11 +32,6 @@ public: void SaveSymbolMap() override; void SetWindowTitle(const char *message) override; - bool GPUDebuggingActive() override { return false; } - void GPUNotifyCommand(u32 pc) override {} - void GPUNotifyDisplay(u32 framebuf, u32 stride, int format) override {} - void GPUNotifyDraw() override {} - void GPUNotifyTextureAttachment(u32 addr) override {} void ToggleDebugConsoleVisibility() override; bool CanCreateShortcut() override; diff --git a/Windows/PPSSPP.vcxproj b/Windows/PPSSPP.vcxproj index e7057f6f41..0d78975928 100644 --- a/Windows/PPSSPP.vcxproj +++ b/Windows/PPSSPP.vcxproj @@ -345,6 +345,18 @@ true true + + true + true + true + true + + + true + true + true + true + @@ -439,6 +451,18 @@ + + true + true + true + true + + + true + true + true + true + diff --git a/Windows/PPSSPP.vcxproj.filters b/Windows/PPSSPP.vcxproj.filters index 80851fdc34..59a100aa64 100644 --- a/Windows/PPSSPP.vcxproj.filters +++ b/Windows/PPSSPP.vcxproj.filters @@ -182,6 +182,12 @@ Other Platforms + + Other Platforms\Qt + + + Other Platforms + @@ -335,6 +341,12 @@ Other Platforms + + Other Platforms\Qt + + + Other Platforms +