mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove EmuWindow.
All it did was raise complexity.
This commit is contained in:
@ -21,6 +21,8 @@ class VideoBackend : public VideoBackendHardware
|
||||
|
||||
void UpdateFPSDisplay(const std::string&) override;
|
||||
unsigned int PeekMessages() override;
|
||||
|
||||
void* m_window_handle;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user