More GetPointer cleanup. memCardDirectory->memStickDirectory.
This commit is contained in:
parent
d17aa4738a
commit
d24abb3af0
13 changed files with 50 additions and 49 deletions
|
@ -772,7 +772,7 @@ void DeveloperToolsScreen::CreateViews() {
|
|||
#ifdef IOS
|
||||
const std::string testDirectory = g_Config.flash0Directory + "../";
|
||||
#else
|
||||
const std::string testDirectory = g_Config.memCardDirectory;
|
||||
const std::string testDirectory = g_Config.memStickDirectory;
|
||||
#endif
|
||||
if (!File::Exists(testDirectory + "pspautotests/tests/")) {
|
||||
cpuTests->SetEnabled(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue