mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Warning fix
This commit is contained in:
parent
d24408730b
commit
ca757d6214
@ -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, NULL))
|
||||
refreshrate, (float)refreshrate, 0, 0))
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user