More title-related fixes.

This commit is contained in:
OBattler
2016-08-15 07:15:41 +02:00
parent 83687000a4
commit e741f3cbd8
2 changed files with 3 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ void d3d_fs_init(HWND h)
{
int c;
HRESULT hr;
char *emulator_title;
char emulator_title[200];
d3d_fs_w = GetSystemMetrics(SM_CXSCREEN);
d3d_fs_h = GetSystemMetrics(SM_CYSCREEN);