From 6071c25905740d67743833e8119f59fa1999a1e4 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Fri, 3 Aug 2012 21:06:52 +0200 Subject: [PATCH] (Xbox 1/PS3) More changes --- ps3/frontend/menu.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ps3/frontend/menu.c b/ps3/frontend/menu.c index 182d69b1c7..2b650600f2 100644 --- a/ps3/frontend/menu.c +++ b/ps3/frontend/menu.c @@ -1818,12 +1818,16 @@ static void select_rom(item *items, menu *current_menu, uint64_t input) display_menubar(current_menu); +#ifdef __CELLOS_LV2__ snprintf(msg, sizeof(msg), "[%s] + [%s] - resume game", rarch_input_find_platform_key_label(1 << RETRO_DEVICE_ID_JOYPAD_L3), rarch_input_find_platform_key_label(1 << RETRO_DEVICE_ID_JOYPAD_R3)); snprintf(msg2, sizeof(msg2), "[%s] - Settings", rarch_input_find_platform_key_label(1 << RETRO_DEVICE_ID_JOYPAD_SELECT)); +#endif render_msg_place_func (x_position, comment_two_y_position, FONT_SIZE, YELLOW, msg); render_msg_place_func(x_position, comment_two_y_position + 0.04f, FONT_SIZE, YELLOW, msg2); +#ifdef __CELLOS_LV2__ render_msg_post_func(); +#endif } @@ -2222,6 +2226,7 @@ static void ingame_menu(item *items, menu *current_menu, uint64_t input) void menu_init (void) { DEVICE_CAST device_ptr = (DEVICE_CAST)driver.video_data; + (void)device_ptr; //Set libretro filename and version to variable struct retro_system_info info;