mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
wayland: Add bits required to run as a wayland client.
This commit is contained in:
parent
3b25bf2f14
commit
84aa98a5a4
9 changed files with 105 additions and 80 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue