mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-03 22:03:04 +00:00
Don't log spam anymore
This commit is contained in:
parent
6b15d86c5c
commit
d4a0da8e7b
@ -689,7 +689,6 @@ static void glui_frame(void)
|
||||
strlen(menu_hash_to_str(MENU_VALUE_BACK)) * 2;
|
||||
menu_animation_ticker_str(title_buf, ticker_limit,
|
||||
*frame_count / 100, title, true);
|
||||
RARCH_LOG("title_msg: %s\n", title_buf);
|
||||
glui_blit_line(width / 2, 0, width, height, title_buf,
|
||||
title_color, TEXT_ALIGN_CENTER);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user