mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-17 11:56:25 +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]->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…
x
Reference in New Issue
Block a user