mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
delete useless
This commit is contained in:
parent
b23d4d6e60
commit
b9e50e8563
1 changed files with 0 additions and 1 deletions
|
@ -422,7 +422,6 @@ void GameSettingsScreen::CreateViews() {
|
|||
if (installed && (result == S_OK)) {
|
||||
std::ifstream inputFile(ConvertUTF8ToWString(installedFile));
|
||||
if (!inputFile.fail() && inputFile.is_open()) {
|
||||
SavePathInMyDocumentChoice->OnClick.Handle(this, &GameSettingsScreen::OnSavePathMydoc);
|
||||
std::string tempString;
|
||||
std::getline(inputFile, tempString);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue