mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 09:48:05 -05:00
frontend: sdl2: emu_window: Implement separate presentation thread.
This commit is contained in:
@ -13,9 +13,6 @@ public:
|
||||
explicit EmuWindow_SDL2_Hide();
|
||||
~EmuWindow_SDL2_Hide();
|
||||
|
||||
/// Swap buffers to display the next frame
|
||||
void SwapBuffers() override;
|
||||
|
||||
/// Polls window events
|
||||
void PollEvents() override;
|
||||
|
||||
|
Reference in New Issue
Block a user