mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-01-26 18:04:43 +01:00
set buttons layout to SNES
This commit is contained in:
parent
dba3ed1545
commit
6843aeaa15
@ -60,7 +60,8 @@ def PreparationInAdv():
|
||||
btnlayout = btnlayout.strip()
|
||||
ButtonsLayout = btnlayout
|
||||
if ButtonsLayout != "xbox" and ButtonsLayout != "snes":
|
||||
ButtonsLayout = "xbox"
|
||||
#ButtonsLayout = "xbox"
|
||||
ButtonsLayout = "snes"
|
||||
|
||||
if FileExists(".powerlevel") == False:
|
||||
os.system("touch .powerlevel")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user