Forgot to put GL in the Windows Title bar as well
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@276 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
6e3069f99e
commit
c56a27a3d2
|
@ -98,7 +98,7 @@ void UpdateFPSDisplay(const char *text)
|
|||
{
|
||||
#if defined(_WIN32)
|
||||
char temp[512];
|
||||
sprintf(temp, "SVN R%i: %s", SVN_REV, text);
|
||||
sprintf(temp, "SVN R%i: GL: %s", SVN_REV, text);
|
||||
SetWindowText(EmuWindow::GetWnd(), temp);
|
||||
OpenGL_SetWindowText(temp);
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue