From c3b7229fbb778f1ef0d6dd90695576b5205a584b Mon Sep 17 00:00:00 2001 From: Elad Ashkenazi Date: Thu, 1 Jun 2023 06:51:21 +0300 Subject: [PATCH] Extra PS3_EXTRA fix --- rpcs3/Emu/System.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/System.cpp b/rpcs3/Emu/System.cpp index 3a3fa5c08d..f069e6dd44 100644 --- a/rpcs3/Emu/System.cpp +++ b/rpcs3/Emu/System.cpp @@ -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})