mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -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:
@ -299,8 +299,6 @@ void RunGpuLoop()
|
||||
[] {
|
||||
const SConfig& param = SConfig::GetInstance();
|
||||
|
||||
g_video_backend->PeekMessages();
|
||||
|
||||
// Do nothing while paused
|
||||
if (!s_emu_running_state.IsSet())
|
||||
return;
|
||||
|
Reference in New Issue
Block a user