mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-03-19 02:22:38 +01:00
set buttons layout to SNES
This commit is contained in:
@@ -60,7 +60,8 @@ def PreparationInAdv():
|
|||||||
btnlayout = btnlayout.strip()
|
btnlayout = btnlayout.strip()
|
||||||
ButtonsLayout = btnlayout
|
ButtonsLayout = btnlayout
|
||||||
if ButtonsLayout != "xbox" and ButtonsLayout != "snes":
|
if ButtonsLayout != "xbox" and ButtonsLayout != "snes":
|
||||||
ButtonsLayout = "xbox"
|
#ButtonsLayout = "xbox"
|
||||||
|
ButtonsLayout = "snes"
|
||||||
|
|
||||||
if FileExists(".powerlevel") == False:
|
if FileExists(".powerlevel") == False:
|
||||||
os.system("touch .powerlevel")
|
os.system("touch .powerlevel")
|
||||||
|
|||||||
Reference in New Issue
Block a user