Update ES

This commit is contained in:
fewtarius 2022-03-08 07:22:56 -05:00
parent 21d8f62700
commit e2fc73ce47
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 5 additions and 5 deletions

View file

@ -72,16 +72,16 @@
<input name="leftanalogright" type="axis" id="0" value="1" />
<input name="leftanalogup" type="axis" id="1" value="-1" />
<input name="leftanalogdown" type="axis" id="1" value="1" />
<input name="leftshoulder" type="button" id="6" value="1" />
<input name="leftshoulder" type="button" id="4" value="1" />
<input name="leftthumb" type="button" id="11" value="1" />
<input name="lefttrigger" type="button" id="4" value="1" />
<input name="lefttrigger" type="button" id="6" value="1" />
<input name="rightanalogleft" type="axis" id="2" value="-1" />
<input name="rightanalogright" type="axis" id="2" value="1" />
<input name="rightanalogup" type="axis" id="3" value="-1" />
<input name="rightanalogdown" type="axis" id="3" value="1" />
<input name="rightshoulder" type="button" id="7" value="1" />
<input name="rightshoulder" type="button" id="5" value="1" />
<input name="rightthumb" type="button" id="12" value="1" />
<input name="righttrigger" type="button" id="5" value="1" />
<input name="righttrigger" type="button" id="7" value="1" />
<input name="select" type="button" id="8" value="1" />
<input name="start" type="button" id="9" value="1" />
<input name="x" type="button" id="2" value="1" />

View file

@ -3,7 +3,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="emulationstation"
PKG_VERSION="bb6d652"
PKG_VERSION="c767197"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"