mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-11 10:24:43 +00:00
No need this installedtxtPath
This commit is contained in:
parent
3b38e8c107
commit
59bfe2bc03
@ -608,7 +608,6 @@ UI::EventReturn GameSettingsScreen::OnSavePathMydoc(UI::EventParams &e) {
|
||||
|
||||
UI::EventReturn GameSettingsScreen::OnSavePathOther(UI::EventParams &e) {
|
||||
const std::string PPSSPPpath = File::GetExeDirectory();
|
||||
const std::string installedtxtPath = PPSSPPpath + "installed.txt";
|
||||
File::Delete(PPSSPPpath + "installed.txt");
|
||||
SavePathInOtherChoice->SetEnabled(false);
|
||||
SavePathInMyDocumentChoice->SetEnabled(true);
|
||||
|
Loading…
Reference in New Issue
Block a user