mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-20 09:24:29 +00:00
Create TEST12345/USRDIR for test elfs
This commit is contained in:
parent
5bb89328d0
commit
de592267fe
1 changed files with 1 additions and 0 deletions
|
@ -420,6 +420,7 @@ void Emulator::Init(bool add_only)
|
||||||
{
|
{
|
||||||
make_path_verbose(dev_hdd0 + "game/", false);
|
make_path_verbose(dev_hdd0 + "game/", false);
|
||||||
make_path_verbose(dev_hdd0 + reinterpret_cast<const char*>(u8"game/$locks/"), false);
|
make_path_verbose(dev_hdd0 + reinterpret_cast<const char*>(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/", false);
|
||||||
make_path_verbose(dev_hdd0 + "home/" + m_usr + "/", false);
|
make_path_verbose(dev_hdd0 + "home/" + m_usr + "/", false);
|
||||||
make_path_verbose(dev_hdd0 + "home/" + m_usr + "/exdata/", false);
|
make_path_verbose(dev_hdd0 + "home/" + m_usr + "/exdata/", false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue