Move test elfs to test dir
TEST12345 is already taken by dev builds
This commit is contained in:
@@ -45,6 +45,9 @@
|
|||||||
!/bin/soft_oal.dll
|
!/bin/soft_oal.dll
|
||||||
!/bin/xaudio2_9redist.dll
|
!/bin/xaudio2_9redist.dll
|
||||||
|
|
||||||
|
# Test Programs
|
||||||
|
!/bin/test/
|
||||||
|
|
||||||
# Themes
|
# Themes
|
||||||
!/bin/GuiConfigs/
|
!/bin/GuiConfigs/
|
||||||
/bin/GuiConfigs/*.ini
|
/bin/GuiConfigs/*.ini
|
||||||
|
|||||||
@@ -276,8 +276,6 @@ void Emulator::Init(bool add_only)
|
|||||||
make_path_verbose(dev_flsh3);
|
make_path_verbose(dev_flsh3);
|
||||||
make_path_verbose(dev_usb);
|
make_path_verbose(dev_usb);
|
||||||
make_path_verbose(dev_hdd0 + "game/");
|
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 + reinterpret_cast<const char*>(u8"game/$locks/"));
|
||||||
make_path_verbose(dev_hdd0 + "home/");
|
make_path_verbose(dev_hdd0 + "home/");
|
||||||
make_path_verbose(dev_hdd0 + "home/" + m_usr + "/");
|
make_path_verbose(dev_hdd0 + "home/" + m_usr + "/");
|
||||||
|
|||||||
Reference in New Issue
Block a user