set buttons layout to SNES

This commit is contained in:
hi80482 2020-07-04 04:00:12 +08:00 committed by GitHub
parent dba3ed1545
commit 6843aeaa15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")