This commit is contained in:
sum2012 2014-10-23 22:45:50 +08:00
parent 5570070b37
commit 3b38e8c107

View File

@ -593,7 +593,6 @@ UI::EventReturn GameSettingsScreen::OnSavePathMydoc(UI::EventParams &e) {
ofstream myfile;
myfile.open(PPSSPPpath + "installed.txt");
if (myfile.is_open()){
//myfile << "";
myfile.close();
}