mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-18 18:02:46 +01:00
Revert SetLabelTexts
This causes SNES button actions to be backwards. Please merge this pull request to revert back, or properly fix whatever the update was supposed to change in the first place.
This commit is contained in:
@@ -136,10 +136,7 @@ class FootBar(Widget):
|
||||
self.Draw()
|
||||
|
||||
def SetLabelTexts(self,texts):
|
||||
if config.ButtonsLayout == "xbox":
|
||||
barr = ["nav","x","y","a","b","select"]
|
||||
else:
|
||||
barr = ["nav","y","x","b","a","select"]
|
||||
barr = ["nav","y","x","b","a","select"]
|
||||
texts2 = texts + [""] if len(texts) == 5 else texts
|
||||
|
||||
for idx,x in enumerate(barr):
|
||||
|
||||
Reference in New Issue
Block a user