mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
Log error about HG games booted outside of /dev_hdd0
This commit is contained in:
parent
49c5ce30cc
commit
d2b761b7de
@ -1705,6 +1705,11 @@ game_boot_result Emulator::Load(const std::string& title_id, bool add_only, bool
|
||||
|
||||
sys_log.notice("Elf path: %s", argv[0]);
|
||||
}
|
||||
|
||||
if (!argv[0].starts_with("/dev_hdd0/game"sv) && m_cat == "HG"sv)
|
||||
{
|
||||
sys_log.error("Booting HG category outside of HDD0!");
|
||||
}
|
||||
|
||||
g_fxo->init<ppu_module>();
|
||||
g_fxo->init<id_manager::id_map<lv2_obj>>();
|
||||
|
Loading…
Reference in New Issue
Block a user