mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-17 00:07:44 +00:00
(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:
parent
6a28a741df
commit
61bfa98f5e
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user