Skip to content

Commit fa98e76

Browse files
committed
libretro: even more.. restart core to take affect message
1 parent df031f5 commit fa98e76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Core/DolphinLibretro/Boot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ bool retro_load_game(const struct retro_game_info* game)
305305

306306
if (!File::Exists(codehandler))
307307
{
308-
OSD::AddMessage(fmt::format("Core file {} missing! Go to Online Updater ->\nCore System Files Downloader -> Install Dolphin.zip",
308+
OSD::AddMessage(fmt::format("Core file {} missing! Go to Online Updater ->\nCore System Files Downloader -> Install Dolphin.zip. Restart core to take affect",
309309
GECKO_CODE_HANDLER), OSD::Duration::VERY_LONG, OSD::Color::RED);
310310
ERROR_LOG_FMT(BOOT, "Core file {} missing! Go to Online Updater -> Core System Files Downloader -> Install Dolphin.zip",
311311
GECKO_CODE_HANDLER);

0 commit comments

Comments
 (0)