mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Should fix Linux building, also adds GL/DX to the title in their respective plugins when in use
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@275 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -103,7 +103,7 @@ void UpdateFPSDisplay(const char *text)
|
||||
OpenGL_SetWindowText(temp);
|
||||
#else
|
||||
char temp[512];
|
||||
sprintf(temp, "SVN %s: %s", "Linux", text); //TODO: Set to svn rev //
|
||||
sprintf(temp, "SVN %s: GL: %s", "Linux", text); //TODO: Set to svn rev //
|
||||
OpenGL_SetWindowText(temp);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user