mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Prevent some warnings
This commit is contained in:
parent
12fa0bd019
commit
fff4b8ddcf
@ -5935,7 +5935,7 @@ static bool setting_append_list(
|
|||||||
&settings->network_remote_enable,
|
&settings->network_remote_enable,
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_NETWORK_REMOTE_ENABLE),
|
msg_hash_to_str(MENU_ENUM_LABEL_NETWORK_REMOTE_ENABLE),
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NETWORK_REMOTE_ENABLE),
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NETWORK_REMOTE_ENABLE),
|
||||||
"", /* todo: add default */
|
false,
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_OFF),
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_OFF),
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_ON),
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_ON),
|
||||||
&group_info,
|
&group_info,
|
||||||
@ -5975,7 +5975,7 @@ static bool setting_append_list(
|
|||||||
/* todo: figure out this value, it's working fine but I don't think this is correct */
|
/* todo: figure out this value, it's working fine but I don't think this is correct */
|
||||||
strdup(s1),
|
strdup(s1),
|
||||||
strdup(s2),
|
strdup(s2),
|
||||||
"", /* todo: add default */
|
false,
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_OFF),
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_OFF),
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_ON),
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_ON),
|
||||||
&group_info,
|
&group_info,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user