mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
VideoBackend: Remove PeekMessages method
The video thread and backend no longer create any windows, therefore there will never be any messages dispatched to their thread.
This commit is contained in:
@ -114,9 +114,4 @@ void VideoSoftware::Shutdown()
|
||||
g_renderer.reset();
|
||||
ShutdownShared();
|
||||
}
|
||||
|
||||
unsigned int VideoSoftware::PeekMessages()
|
||||
{
|
||||
return SWOGLWindow::s_instance->PeekMessages();
|
||||
}
|
||||
}
|
||||
|
@ -18,7 +18,5 @@ class VideoSoftware : public VideoBackendBase
|
||||
std::string GetDisplayName() const override;
|
||||
|
||||
void InitBackendInfo() override;
|
||||
|
||||
unsigned int PeekMessages() override;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user