Restore a line deleted by accident.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5854 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1d535c9e50
commit
a4a61ae95c
|
@ -163,6 +163,7 @@ void UpdateFPSDisplay(const char *text)
|
|||
{
|
||||
TCHAR temp[512];
|
||||
swprintf_s(temp, 512, _T("SVN R%s: DX9: %hs"), svn_rev_str, text);
|
||||
SetWindowText(EmuWindow::GetWnd(), temp);
|
||||
}
|
||||
|
||||
void GetDllInfo (PLUGIN_INFO* _PluginInfo)
|
||||
|
|
Loading…
Reference in New Issue