mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 22:25:01 -06:00
PPU LLVM: Precompile all disc game data including PRX etc
Even if there is no EBOOT.BIN.
This commit is contained in:
parent
5f2f084091
commit
7062ead4fd
@ -1360,8 +1360,9 @@ game_boot_result Emulator::Load(const std::string& title_id, bool is_disc_patch,
|
|||||||
if (fs::is_file(hdd0_path + "/USRDIR/EBOOT.BIN"))
|
if (fs::is_file(hdd0_path + "/USRDIR/EBOOT.BIN"))
|
||||||
{
|
{
|
||||||
m_path = hdd0_path;
|
m_path = hdd0_path;
|
||||||
dir_queue.emplace_back(m_path + '/');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dir_queue.emplace_back(hdd0_path + '/');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Memorize path to EBOOT.BIN
|
// Memorize path to EBOOT.BIN
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user