mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
- 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:
@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user