mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Fix typo
This commit is contained in:
parent
55e9d9a3eb
commit
ba705dcabd
@ -611,7 +611,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
Path saveDirectory = filename.NavigateUp();
|
||||
Path saveDirectory = saveFilename.NavigateUp();
|
||||
if (!File::Exists(saveDirectory)) {
|
||||
// Previously, we created a .nomedia file here. This is unnecessary as they have recursive behavior.
|
||||
// When initializing (see NotifyConfigChange above) we create one in the "root" of the "new" folder.
|
||||
|
Loading…
Reference in New Issue
Block a user