Merge pull request #4976 from comex/poll-events

Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread
This commit is contained in:
Rodrigo Locatti
2020-11-25 20:44:53 -03:00
committed by GitHub
10 changed files with 68 additions and 73 deletions

View File

@ -131,7 +131,7 @@ public:
~GRenderWindow() override;
// EmuWindow implementation.
void PollEvents() override;
void OnFrameDisplayed() override;
bool IsShown() const override;
std::unique_ptr<Core::Frontend::GraphicsContext> CreateSharedContext() const override;