Browse Source

set buttons layout to SNES

hi80482 3 years ago
parent
commit
6843aeaa15
1 changed files with 2 additions and 1 deletions
  1. 2 1
      sys.py/config.py

+ 2 - 1
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")