Move test elfs to test dir

TEST12345 is already taken by dev builds
This commit is contained in:
Megamouse 2022-05-26 09:08:34 +02:00
parent 06e5b8a06a
commit 26045a9be5
13 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -45,6 +45,9 @@
!/bin/soft_oal.dll
!/bin/xaudio2_9redist.dll
# Test Programs
!/bin/test/
# Themes
!/bin/GuiConfigs/
/bin/GuiConfigs/*.ini

View File

@ -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 + "/");