First trial in backend, compiles but not checked or enabled (mostly for general review)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1570 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-12-17 23:49:35 +00:00
parent 8e127c38e2
commit 4a879698ac
6 changed files with 389 additions and 5 deletions

View File

@ -108,9 +108,6 @@ void UpdateFPSDisplay(const char *text)
{
char temp[512];
sprintf(temp, "SVN R%s: GL: %s", SVN_REV_STR, text);
#if defined(_WIN32)
SetWindowText(EmuWindow::GetWnd(), temp);
#endif
OpenGL_SetWindowText(temp);
}