diff options
| author | Rodrigo Locatti <reinuseslisp@airmail.cc> | 2020-11-25 20:44:53 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-25 20:44:53 -0300 |
| commit | 0e15c68f54ae5217e6247603b9e31757515f89e1 (patch) | |
| tree | 5547698f9917260b0172298b9c2219a399063987 /src/yuzu/bootmanager.cpp | |
| parent | b834c21894ca905cacce2bda04cf24e81175f434 (diff) | |
| parent | 994f4977810749c0b597e7a7531a02d907967a68 (diff) | |
Merge pull request #4976 from comex/poll-events
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread
Diffstat (limited to 'src/yuzu/bootmanager.cpp')
| -rw-r--r-- | src/yuzu/bootmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp index f0338cf7a..ea8f0d7b1 100644 --- a/src/yuzu/bootmanager.cpp +++ b/src/yuzu/bootmanager.cpp @@ -314,7 +314,7 @@ GRenderWindow::~GRenderWindow() { input_subsystem->Shutdown(); } -void GRenderWindow::PollEvents() { +void GRenderWindow::OnFrameDisplayed() { if (!first_frame) { first_frame = true; emit FirstFrameDisplayed(); |
