delete one more

This commit is contained in:
sum2012 2014-10-26 14:59:25 +08:00
parent b9e50e8563
commit 8088071e00

View file

@ -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;