mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
wayland: Add bits required to run as a wayland client.
This commit is contained in:
@ -28,7 +28,7 @@ void cInterfaceEGL::UpdateFPSDisplay(const char *text)
|
||||
}
|
||||
void cInterfaceEGL::Swap()
|
||||
{
|
||||
eglSwapBuffers(GLWin.egl_dpy, GLWin.egl_surf);
|
||||
Platform.SwapBuffers();
|
||||
}
|
||||
void cInterfaceEGL::SwapInterval(int Interval)
|
||||
{
|
||||
|
Reference in New Issue
Block a user