mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix bug swapping O/X visually on PSPOskDialog
This commit is contained in:
parent
6bb0115e73
commit
61cc6cd0e0
1 changed files with 1 additions and 1 deletions
|
@ -980,7 +980,7 @@ int PSPOskDialog::Update(int animSpeed) {
|
|||
PPGeDrawImage(ImageID("I_SQUARE"), 365, 222, 16, 16, guideStyle);
|
||||
PPGeDrawText(di->T("Space"), 390, 222, actionStyle);
|
||||
|
||||
if (GetConfirmButton() != PSP_SYSTEMPARAM_BUTTON_CIRCLE) {
|
||||
if (GetConfirmButton() != CTRL_CIRCLE) {
|
||||
PPGeDrawImage(ImageID("I_CROSS"), 45, 222, 16, 16, guideStyle);
|
||||
PPGeDrawImage(ImageID("I_CIRCLE"), 45, 247, 16, 16, guideStyle);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue