mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 13:43:32 +00:00
cleanup
This commit is contained in:
parent
6911bdb8c0
commit
83123e655f
@ -1420,8 +1420,6 @@ static int populate_settings_float(settings_t *settings, struct config_float_set
|
|||||||
unsigned count = 0;
|
unsigned count = 0;
|
||||||
struct config_float_setting_ptr *tmp = NULL;
|
struct config_float_setting_ptr *tmp = NULL;
|
||||||
|
|
||||||
RARCH_LOG ("Populating float settings...\n");
|
|
||||||
|
|
||||||
SETTING_FLOAT("video_aspect_ratio", &settings->video.aspect_ratio);
|
SETTING_FLOAT("video_aspect_ratio", &settings->video.aspect_ratio);
|
||||||
SETTING_FLOAT("video_scale", &settings->video.scale);
|
SETTING_FLOAT("video_scale", &settings->video.scale);
|
||||||
SETTING_FLOAT("video_refresh_rate", &settings->video.refresh_rate);
|
SETTING_FLOAT("video_refresh_rate", &settings->video.refresh_rate);
|
||||||
@ -2870,7 +2868,6 @@ bool config_save_autoconf_profile(const char *path, unsigned user)
|
|||||||
|
|
||||||
static int populate_settings_string(settings_t *settings, struct config_string_setting *out)
|
static int populate_settings_string(settings_t *settings, struct config_string_setting *out)
|
||||||
{
|
{
|
||||||
RARCH_LOG ("Populating string settings...\n");
|
|
||||||
unsigned count = 0;
|
unsigned count = 0;
|
||||||
struct config_string_setting *tmp = NULL;
|
struct config_string_setting *tmp = NULL;
|
||||||
#ifdef HAVE_NETPLAY
|
#ifdef HAVE_NETPLAY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user