mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Start with a more sane default directory.
This commit is contained in:
parent
39d4359294
commit
b79e3f4714
1 changed files with 3 additions and 0 deletions
|
@ -360,6 +360,9 @@ void NativeInit(int argc, const char *argv[],
|
|||
logman->SetLogLevel(LogTypes::G3D, LogTypes::LERROR);
|
||||
INFO_LOG(BOOT, "Logger inited.");
|
||||
#else
|
||||
if (g_Config.currentDirectory.empty()) {
|
||||
g_Config.currentDirectory = File::GetExeDirectory();
|
||||
}
|
||||
g_Config.memCardDirectory = "MemStick/";
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue