mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Cosmetic fix in save/load menu when line of game data info > 4
This commit is contained in:
parent
b705c4cd1b
commit
a1897195c5
@ -257,7 +257,7 @@ void PSPSaveDialog::DisplaySaveDataInfo1()
|
||||
, param.GetFileInfo(currentSelectedSave).saveDetail
|
||||
);
|
||||
std::string saveinfoTxt = txt;
|
||||
PPGeDrawText(saveinfoTxt.c_str(), 200, 100, PPGE_ALIGN_LEFT, 0.5f, 0xFFFFFFFF);
|
||||
PPGeDrawText(saveinfoTxt.c_str(), 200, 80, PPGE_ALIGN_LEFT, 0.5f, 0xFFFFFFFF);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user