mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Remove this
This commit is contained in:
parent
c05ca979b8
commit
67932e0356
@ -1703,10 +1703,6 @@ static bool config_load_file(const char *path, bool set_defaults,
|
||||
*int_settings[i].ptr = tmp;
|
||||
}
|
||||
|
||||
CONFIG_GET_INT_BASE(conf, settings, video_viewport_custom.x, "custom_viewport_x");
|
||||
CONFIG_GET_INT_BASE(conf, settings, video_viewport_custom.y, "custom_viewport_y");
|
||||
CONFIG_GET_INT_BASE(conf, settings, state_slot, "state_slot");
|
||||
|
||||
#ifdef HAVE_NETPLAY
|
||||
if (!retroarch_override_setting_is_set(RARCH_OVERRIDE_SETTING_NETPLAY_DELAY_FRAMES))
|
||||
CONFIG_GET_INT_BASE(conf, global, netplay.sync_frames, "netplay_delay_frames");
|
||||
|
Loading…
Reference in New Issue
Block a user