mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -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:
@ -17,7 +17,5 @@ public:
|
||||
std::string GetName() const override { return "Vulkan"; }
|
||||
std::string GetDisplayName() const override { return "Vulkan (experimental)"; }
|
||||
void InitBackendInfo() override;
|
||||
|
||||
unsigned int PeekMessages() override { return 0; }
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user