From de592267fe08cbe6420807310e0be085139f64ad Mon Sep 17 00:00:00 2001 From: Megamouse Date: Wed, 15 Feb 2023 20:26:01 +0100 Subject: [PATCH] Create TEST12345/USRDIR for test elfs --- rpcs3/Emu/System.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/System.cpp b/rpcs3/Emu/System.cpp index 059b02febf..fca2b3cb5c 100644 --- a/rpcs3/Emu/System.cpp +++ b/rpcs3/Emu/System.cpp @@ -420,6 +420,7 @@ void Emulator::Init(bool add_only) { make_path_verbose(dev_hdd0 + "game/", false); make_path_verbose(dev_hdd0 + reinterpret_cast(u8"game/$locks/"), false); + make_path_verbose(dev_hdd0 + "game/TEST12345/USRDIR/", false); // Some test elfs rely on this make_path_verbose(dev_hdd0 + "home/", false); make_path_verbose(dev_hdd0 + "home/" + m_usr + "/", false); make_path_verbose(dev_hdd0 + "home/" + m_usr + "/exdata/", false);