Extra PS3_EXTRA fix

This commit is contained in:
Elad Ashkenazi 2023-06-01 06:51:21 +03:00 committed by Megamouse
parent f96a0ce9d2
commit c3b7229fbb
1 changed files with 1 additions and 1 deletions

View File

@ -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 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;
for (const auto path_ptr : {&ins_dir, &pkg_dir, &extra_dir})