mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fix BB build.
This commit is contained in:
parent
14f8291e57
commit
911f782c50
@ -447,7 +447,7 @@ static void render_text(rgui_handle_t *rgui)
|
||||
#ifndef __BLACKBERRY_QNX__
|
||||
snprintf(title_msg, sizeof(title_msg), "%s - %s %s", PACKAGE_VERSION, core_name, core_version);
|
||||
#else
|
||||
snprintf(title_msg, sizeof(title_msg), "%s - %s %s", core_name, core_version);
|
||||
snprintf(title_msg, sizeof(title_msg), "%s %s", core_name, core_version);
|
||||
#endif
|
||||
blit_line(rgui, TERM_START_X + 15, (TERM_HEIGHT * FONT_HEIGHT_STRIDE) + TERM_START_Y + 2, title_msg, true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user