Clip in PPGe, fixing issues in softgpu.
We were just drawing wrong, so softgpu was correct.
This commit is contained in:
parent
2f0c8c2877
commit
f7bad51cc7
2 changed files with 2 additions and 2 deletions
|
@ -406,7 +406,7 @@ void PSPSaveDialog::DisplaySaveDataInfo1()
|
|||
snprintf(saveTitle, 512, "%s", param.GetFileInfo(currentSelectedSave).saveTitle);
|
||||
snprintf(saveDetail, 512, "%s", param.GetFileInfo(currentSelectedSave).saveDetail);
|
||||
|
||||
PPGeDrawRect(180, 136, 980, 137, CalcFadedColor(0xFFFFFFFF));
|
||||
PPGeDrawRect(180, 136, 480, 137, CalcFadedColor(0xFFFFFFFF));
|
||||
std::string titleTxt = title;
|
||||
std::string timeTxt = time;
|
||||
std::string saveTitleTxt = saveTitle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue