mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
Another Win32 fix.
This commit is contained in:
parent
70e961e007
commit
ad78c9fd77
@ -463,7 +463,6 @@ D3DVideo::D3DVideo(const video_info_t *info) :
|
|||||||
win_height = rect.bottom - rect.top;
|
win_height = rect.bottom - rect.top;
|
||||||
}
|
}
|
||||||
|
|
||||||
gfx_window_title_reset();
|
|
||||||
char buffer[128];
|
char buffer[128];
|
||||||
gfx_get_fps(buffer, sizeof(buffer), false);
|
gfx_get_fps(buffer, sizeof(buffer), false);
|
||||||
std::string title = buffer;
|
std::string title = buffer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user