mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 14:17:57 -05:00
frontend: sdl2: emu_window: Implement separate presentation thread.
This commit is contained in:
@ -65,9 +65,6 @@ public:
|
||||
|
||||
/// Releases (dunno if this is the "right" word) the context from the caller thread
|
||||
virtual void DoneCurrent() = 0;
|
||||
|
||||
/// Swap buffers to display the next frame
|
||||
virtual void SwapBuffers() = 0;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user