- Trying to recover lost stability in DX9 plug-in

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6896 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
gnick79
2011-01-23 01:07:53 +00:00
parent 1f722be056
commit a291fcca08

View File

@ -146,7 +146,7 @@ unsigned int Callback_PeekMessages()
void UpdateFPSDisplay(const char *text) void UpdateFPSDisplay(const char *text)
{ {
TCHAR temp[100]; TCHAR temp[512];
swprintf_s(temp, sizeof temp, _T("%s | DX9 | %s"), svn_rev_str, text); swprintf_s(temp, sizeof temp, _T("%s | DX9 | %s"), svn_rev_str, text);
SetWindowText(EmuWindow::GetWnd(), temp); SetWindowText(EmuWindow::GetWnd(), temp);
} }