Fix NGC/Wii builds

This commit is contained in:
twinaphex 2021-10-05 22:18:08 +02:00
parent a264cad19a
commit 376b7a622c

View File

@ -7213,7 +7213,7 @@ bool command_event(enum event_command cmd, void *data)
{ {
if (!string_is_empty(desc)) if (!string_is_empty(desc))
snprintf(msg, sizeof(msg), snprintf(msg, sizeof(msg),
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION_DESC), msg_hash_to_str(MSG_SCREEN_RESOLUTION_DESC),
width, height, desc); width, height, desc);
else else
snprintf(msg, sizeof(msg), msg_hash_to_str(MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION_NO_DESC), snprintf(msg, sizeof(msg), msg_hash_to_str(MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION_NO_DESC),