diff --git a/Core/Dialog/PSPOskDialog.h b/Core/Dialog/PSPOskDialog.h index 9461d795a..8acacbe72 100644 --- a/Core/Dialog/PSPOskDialog.h +++ b/Core/Dialog/PSPOskDialog.h @@ -202,4 +202,3 @@ private: int i_level; // for Korean Keyboard support int i_value[3]; // for Korean Keyboard support }; - diff --git a/Core/Host.h b/Core/Host.h index 412b94225..80c41833f 100644 --- a/Core/Host.h +++ b/Core/Host.h @@ -73,7 +73,6 @@ public: // Used for headless. virtual void SendDebugOutput(const std::string &output) {} virtual void SendDebugScreenshot(const u8 *pixbuf, u32 w, u32 h) {} - }; extern Host *host; diff --git a/Windows/WindowsHost.cpp b/Windows/WindowsHost.cpp index 94ee48f4f..d5b032461 100644 --- a/Windows/WindowsHost.cpp +++ b/Windows/WindowsHost.cpp @@ -259,4 +259,4 @@ void WindowsHost::UpdateConsolePosition() bool WindowsHost::InputBoxGetString(char *title, char *defaultValue, char *outValue, size_t outLength) { return InputBox_GetString(MainWindow::GetHInstance(), MainWindow::GetHWND(), title, defaultValue, outValue, outLength); -} \ No newline at end of file +} diff --git a/Windows/WindowsHost.h b/Windows/WindowsHost.h index 0f8b82608..4d4367141 100644 --- a/Windows/WindowsHost.h +++ b/Windows/WindowsHost.h @@ -64,4 +64,4 @@ private: HWND mainWindow_; std::list> input; -}; \ No newline at end of file +};