mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(Win32) Another buildfix for CRT changes
This commit is contained in:
parent
38a6d9b2d2
commit
8eb7c1d226
@ -126,7 +126,7 @@ static void win32_display_server_destroy(void *data)
|
||||
dispserv->orig_height,
|
||||
dispserv->orig_refresh,
|
||||
(float)dispserv->orig_refresh,
|
||||
dispserv->crt_center, 0, 0);
|
||||
dispserv->crt_center, 0, 0, 0);
|
||||
|
||||
#ifdef HAS_TASKBAR_EXT
|
||||
if (dispserv->taskbar_list)
|
||||
|
Loading…
x
Reference in New Issue
Block a user