mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-02 21:55:49 +00:00
oop
This commit is contained in:
parent
5570070b37
commit
3b38e8c107
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user