1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-26 20:37:10 +00:00

(RMenu PS3) Build fix

This commit is contained in:
Twinaphex 2012-08-19 01:14:04 +02:00
parent d8acc7e52b
commit 0dcc3b96e9

@ -656,7 +656,7 @@ static void display_menubar(menu *current_menu)
context->render_bg(&position);
#ifdef __CELLOS_LV2__
render_msg_place_func(x_position, 0.05f, 1.4f, WHITE, current_menu->title);
render_msg_place_func(default_pos.x_position, 0.05f, 1.4f, WHITE, current_menu->title);
render_msg_place_func(0.3f, 0.06f, 0.82f, WHITE, m_title);
render_msg_place_func(0.80f, 0.015f, 0.82f, WHITE, rarch_version);
#endif