mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
small menu bugfix
This commit is contained in:
parent
256046ea14
commit
e147c806b4
@ -1311,6 +1311,7 @@ static int MenuGame()
|
|||||||
batteryBtn[i]->SetIcon(batteryBarImg[i]);
|
batteryBtn[i]->SetIcon(batteryBarImg[i]);
|
||||||
batteryBtn[i]->SetAlignment(ALIGN_LEFT, ALIGN_BOTTOM);
|
batteryBtn[i]->SetAlignment(ALIGN_LEFT, ALIGN_BOTTOM);
|
||||||
batteryBtn[i]->SetRumble(false);
|
batteryBtn[i]->SetRumble(false);
|
||||||
|
batteryBtn[i]->SetSelectable(false);
|
||||||
batteryBtn[i]->SetAlpha(150);
|
batteryBtn[i]->SetAlpha(150);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user