mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12: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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue