From a291fcca083357707c2f689187ffe7764d5f7e48 Mon Sep 17 00:00:00 2001 From: gnick79 Date: Sun, 23 Jan 2011 01:07:53 +0000 Subject: [PATCH] - 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 --- Source/Plugins/Plugin_VideoDX9/Src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoDX9/Src/main.cpp b/Source/Plugins/Plugin_VideoDX9/Src/main.cpp index 906b190eed..a2b8bef37f 100644 --- a/Source/Plugins/Plugin_VideoDX9/Src/main.cpp +++ b/Source/Plugins/Plugin_VideoDX9/Src/main.cpp @@ -146,7 +146,7 @@ unsigned int Callback_PeekMessages() void UpdateFPSDisplay(const char *text) { - TCHAR temp[100]; + TCHAR temp[512]; swprintf_s(temp, sizeof temp, _T("%s | DX9 | %s"), svn_rev_str, text); SetWindowText(EmuWindow::GetWnd(), temp); }