mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Fix NGC/Wii builds
This commit is contained in:
parent
a264cad19a
commit
376b7a622c
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user