diff --git a/sys.py/config.py b/sys.py/config.py index a797dda..f274559 100644 --- a/sys.py/config.py +++ b/sys.py/config.py @@ -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")