mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +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))
|
||||
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);
|
||||
else
|
||||
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