mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-26 06:40:32 +00:00
Move test elfs to test dir
TEST12345 is already taken by dev builds
This commit is contained in:
parent
06e5b8a06a
commit
26045a9be5
3
.gitignore
vendored
3
.gitignore
vendored
@ -45,6 +45,9 @@
|
||||
!/bin/soft_oal.dll
|
||||
!/bin/xaudio2_9redist.dll
|
||||
|
||||
# Test Programs
|
||||
!/bin/test/
|
||||
|
||||
# Themes
|
||||
!/bin/GuiConfigs/
|
||||
/bin/GuiConfigs/*.ini
|
||||
|
@ -276,8 +276,6 @@ void Emulator::Init(bool add_only)
|
||||
make_path_verbose(dev_flsh3);
|
||||
make_path_verbose(dev_usb);
|
||||
make_path_verbose(dev_hdd0 + "game/");
|
||||
make_path_verbose(dev_hdd0 + "game/TEST12345/");
|
||||
make_path_verbose(dev_hdd0 + "game/TEST12345/USRDIR/");
|
||||
make_path_verbose(dev_hdd0 + reinterpret_cast<const char*>(u8"game/$locks/"));
|
||||
make_path_verbose(dev_hdd0 + "home/");
|
||||
make_path_verbose(dev_hdd0 + "home/" + m_usr + "/");
|
||||
|
Loading…
x
Reference in New Issue
Block a user