mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
change super resolution 1 to read DYNAMIC
This commit is contained in:
parent
362f58ec3b
commit
2172dbe8ba
@ -1198,11 +1198,11 @@ static void setting_get_string_representation_crt_switch_resolution_super(
|
||||
strlcpy(s, msg_hash_to_str(MSG_NATIVE), len);
|
||||
else
|
||||
snprintf(s, len, "%d", *setting->value.target.unsigned_integer);
|
||||
|
||||
/* TO DO make 1 read as DYNAMIC */
|
||||
if (*setting->value.target.unsigned_integer == 1)
|
||||
strlcpy(s, msg_hash_to_str(MSG_DYNAMIC), len);
|
||||
else
|
||||
snprintf(s, len, "%d", *setting->value.target.unsigned_integer);
|
||||
snprintf(s, len, "%d", *setting->value.target.unsigned_integer);
|
||||
}
|
||||
|
||||
static int setting_action_left_analog_dpad_mode(rarch_setting_t *setting, bool wraparound)
|
||||
|
Loading…
x
Reference in New Issue
Block a user