From 6843aeaa15e733fcbad2276d1246872cef7219d3 Mon Sep 17 00:00:00 2001 From: hi80482 <66435094+hi80482@users.noreply.github.com> Date: Sat, 4 Jul 2020 04:00:12 +0800 Subject: [PATCH] set buttons layout to SNES --- sys.py/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")