(Wii) Quick hack so that 'ROM loading' message shows again - should

just make it so that g_console.info_msg_enable can be enabled/disabled
in the menu
This commit is contained in:
Twinaphex 2012-07-27 17:51:38 +02:00
parent 6a28a741df
commit 61bfa98f5e

View File

@ -89,7 +89,9 @@ void rarch_console_load_game_wrap(const char *path, unsigned delay)
{
rarch_console_load_game(game_to_load);
#ifndef GEKKO
if (g_console.info_msg_enable)
#endif
rarch_settings_msg(S_MSG_LOADING_ROM, delay);
}
}