mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Another buildfix
This commit is contained in:
parent
16b82a05e5
commit
f4734d223c
@ -7208,7 +7208,7 @@ bool command_event(enum event_command cmd, void *data)
|
||||
video_driver_set_video_mode(width, height, true);
|
||||
|
||||
if (width == 0 || height == 0)
|
||||
snprintf(msg, sizeof(msg), msg_hash_to_str(MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION_DEFAULT));
|
||||
snprintf(msg, sizeof(msg), msg_hash_to_str(MSG_SCREEN_RESOLUTION_DEFAULT));
|
||||
else
|
||||
{
|
||||
if (!string_is_empty(desc))
|
||||
@ -7216,7 +7216,7 @@ bool command_event(enum event_command cmd, void *data)
|
||||
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),
|
||||
snprintf(msg, sizeof(msg), msg_hash_to_str(MSG_SCREEN_RESOLUTION_NO_DESC),
|
||||
width, height);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user