mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
delete one more
This commit is contained in:
parent
b9e50e8563
commit
8088071e00
1 changed files with 0 additions and 1 deletions
|
@ -574,7 +574,6 @@ UI::EventReturn GameSettingsScreen::OnSavePathMydoc(UI::EventParams &e) {
|
|||
if (otherinstalled) {
|
||||
const std::string PPSSPPpath = File::GetExeDirectory();
|
||||
SavePathInOtherChoice->SetEnabled(false);
|
||||
SavePathInMyDocumentChoice->SetEnabled(true);
|
||||
File::Delete(PPSSPPpath + "installed.txt");
|
||||
File::CreateEmptyFile(PPSSPPpath + "installed.txt");
|
||||
otherinstalled = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue