mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-24 00:40:06 +00:00
Extra PS3_EXTRA fix
This commit is contained in:
parent
f96a0ce9d2
commit
c3b7229fbb
@ -1622,7 +1622,7 @@ game_boot_result Emulator::Load(const std::string& title_id, bool is_disc_patch,
|
|||||||
{
|
{
|
||||||
std::string ins_dir = vfs::get("/dev_bdvd/PS3_GAME/INSDIR/");
|
std::string ins_dir = vfs::get("/dev_bdvd/PS3_GAME/INSDIR/");
|
||||||
std::string pkg_dir = vfs::get("/dev_bdvd/PS3_GAME/PKGDIR/");
|
std::string pkg_dir = vfs::get("/dev_bdvd/PS3_GAME/PKGDIR/");
|
||||||
std::string extra_dir = vfs::get("/dev_bdvd/PS3_GAME/PS3_EXTRA/");
|
std::string extra_dir = vfs::get("/dev_bdvd/PS3_EXTRA/");
|
||||||
fs::file lock_file;
|
fs::file lock_file;
|
||||||
|
|
||||||
for (const auto path_ptr : {&ins_dir, &pkg_dir, &extra_dir})
|
for (const auto path_ptr : {&ins_dir, &pkg_dir, &extra_dir})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user