mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
"PPSSPP save path" should be better
This commit is contained in:
parent
14ef415225
commit
9dbfbc8d52
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ UI::EventReturn GameSettingsScreen::OnSavePathOther(UI::EventParams &e) {
|
|||
const size_t name_len = 256;
|
||||
char savepath[name_len];
|
||||
memset(savepath, 0, sizeof(savepath));
|
||||
if (System_InputBoxGetString("Enter a new PSP save path", g_Config.memStickDirectory.c_str(), savepath, name_len)) {
|
||||
if (System_InputBoxGetString("Enter a new PPSSPP save path", g_Config.memStickDirectory.c_str(), savepath, name_len)) {
|
||||
string savepathstr = string(savepath);
|
||||
g_Config.memStickDirectory = savepathstr;
|
||||
ofstream myfile;
|
||||
|
|
Loading…
Add table
Reference in a new issue