mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
update
This commit is contained in:
parent
fac95efaba
commit
5afcd020bd
@ -116,7 +116,7 @@ static void win32_display_server_destroy(void *data)
|
||||
|
||||
if (win32_orig_width > 0 && win32_orig_height > 0)
|
||||
video_display_server_set_resolution(win32_orig_width, win32_orig_height,
|
||||
win32_orig_refresh, (float)win32_orig_refresh, crt_center );
|
||||
win32_orig_refresh, (float)win32_orig_refresh, crt_center, 0);
|
||||
|
||||
#ifdef HAS_TASKBAR_EXT
|
||||
if (g_taskbarList)
|
||||
|
@ -4698,7 +4698,7 @@ static int action_ok_push_dropdown_item_resolution(const char *path,
|
||||
refreshrate = strtoul(pch, NULL, 0);
|
||||
|
||||
if (video_display_server_set_resolution(width, height,
|
||||
refreshrate, (float)refreshrate, 0, 0))
|
||||
refreshrate, (float)refreshrate, 0, NULL))
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user