UI: Fix typo in using My Documents for data.

This commit is contained in:
Fadhil Mandaga
2021-08-13 17:07:38 -07:00
committed by Unknown W. Brackets
parent 77558bf18d
commit 32f0c19e7c

View File

@@ -1110,7 +1110,7 @@ UI::EventReturn GameSettingsScreen::OnChangeMemStickDir(UI::EventParams &e) {
UI::EventReturn GameSettingsScreen::OnSavePathMydoc(UI::EventParams &e) {
const Path &PPSSPPpath = File::GetExeDirectory();
const Path installedFile = installedFile / "installed.txt";
const Path installedFile = PPSSPPpath / "installed.txt";
installed_ = File::Exists(installedFile);
if (otherinstalled_) {
File::Delete(PPSSPPpath / "installed.txt");