mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
small menu bugfix
This commit is contained in:
parent
d07f125224
commit
02cba69962
@ -1313,6 +1313,7 @@ static int MenuGame()
|
||||
batteryBtn[i]->SetIcon(batteryBarImg[i]);
|
||||
batteryBtn[i]->SetAlignment(ALIGN_LEFT, ALIGN_BOTTOM);
|
||||
batteryBtn[i]->SetRumble(false);
|
||||
batteryBtn[i]->SetSelectable(false);
|
||||
batteryBtn[i]->SetAlpha(150);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user