fix linux compilation

This commit is contained in:
Megamouse 2020-11-19 23:41:16 +01:00
parent 321e7d6977
commit fbe91fb245
2 changed files with 3 additions and 2 deletions

View file

@ -1501,7 +1501,7 @@ game_boot_result Emulator::Load(const std::string& title_id, bool add_only, bool
if (disc.empty() && !bdvd_dir.empty() && m_path != hdd0_boot && fs::is_file(hdd0_boot))
{
// Booting game update
sys_log.success("Updates found at /dev_hdd0/game/%s/!", m_title_id);
sys_log.success("Updates found at /dev_hdd0/game/%s/", m_title_id);
return m_path = hdd0_boot, Load(m_title_id, false, force_global_config, true);
}