mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Rename another function...
This commit is contained in:
@ -218,7 +218,7 @@ void cInterfaceEGL::UpdateFPSDisplay(const char *text)
|
||||
{
|
||||
XStoreName(GLWin.x_dpy, GLWin.win, text);
|
||||
}
|
||||
void cInterfaceEGL::SwapBuffers()
|
||||
void cInterfaceEGL::Swap()
|
||||
{
|
||||
eglSwapBuffers(GLWin.egl_dpy, GLWin.egl_surf);
|
||||
}
|
||||
|
Reference in New Issue
Block a user