Skip to content

Commit

Permalink
20240516
Browse files Browse the repository at this point in the history
* Added force shutdown shortcut for TSP (Menu + Power)
* Added propoer TSP control map for ES
* Added PortMaster Installer (Launch from Ports) (Thanks @kloptops)
* Updated art-book-next theme (thanks @anthonycaccese)
* Added MAME & FBNEO tate rotation mode (thanks @Mikhailzrick)
* Restored PCSX rearmed enhanced resolution (thanks @Mikhailzrick)
  • Loading branch information
acmeplus committed May 17, 2024
1 parent f7e205a commit c1e3e85
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5,019 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
KEY_VOLUMEUP 1 volctrl.sh up
KEY_VOLUMEDOWN 1 volctrl.sh down
KEY_POWER+BTN_TL2 1 /usr/bin/poweroff.sh
KEY_POWER+BTN_MODE 1 /usr/bin/poweroff.sh
KEY_POWER 1 pm-suspend
KEY_VOLUMEUP+BTN_MODE 1 batocera-brightness + 5 && store-brightness
KEY_VOLUMEDOWN+BTN_MODE 1 batocera-brightness - 5 && store-brightness
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions configs/batocera-a133.board
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS=y
#BR2_TARGET_ROOTFS_EXT2_NONE=y

BR2_PACKAGE_POWERVR_GE8300_DRIVER=y
#BR2_STRIP_EXCLUDE_FILES="usr/lib/libpvrNULL_WSEGL.so usr/lib/libPVROCL.so usr/lib/libPVRScopeServices.so usr/lib/libsrv_um.so usr/lib/libtqvalidate.so usr/lib/libufwriter.so usr/lib/libusc.so"

BR2_PACKAGE_UTIL_LINUX_MOUNT=y

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
+ 'btn_r2': '3', 'btn_a': '-1', 'btn_b': '-1', 'btn_x': '-1', 'btn_y': '-1',
+ }
+ },
+ ('030003f05e0400008e02000014010000', 'Xbox 360 Controller'): { # TrimUI
+ ('030000005e0400008e02000014010000', 'TRIMUI Player1'): { # TrimUI
+ 'rotation': 'left',
+ 'remap': {
+ 'stk_r_x+': '18', 'stk_r_x-': '19', 'stk_r_y+': '17', 'stk_r_y-': '16',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5046,4 +5046,25 @@
<input name="x" type="button" id="6" value="1" code="307" />
<input name="y" type="button" id="5" value="1" code="306" />
</inputConfig>
<inputConfig type="joystick" deviceName="TRIMUI Player1" deviceGUID="030000005e0400008e02000014010000">
<input name="a" type="button" id="1" value="1" code="305" />
<input name="b" type="button" id="0" value="1" code="304" />
<input name="down" type="hat" id="0" value="4" />
<input name="hotkey" type="button" id="8" value="1" code="316" />
<input name="joystick1left" type="axis" id="0" value="-1" code="0" />
<input name="joystick1up" type="axis" id="1" value="-1" code="1" />
<input name="joystick2left" type="axis" id="3" value="-1" code="3" />
<input name="joystick2up" type="axis" id="4" value="-1" code="4" />
<input name="l2" type="axis" id="2" value="1" code="2" />
<input name="left" type="hat" id="0" value="8" />
<input name="pagedown" type="button" id="5" value="1" code="311" />
<input name="pageup" type="button" id="4" value="1" code="310" />
<input name="r2" type="axis" id="5" value="1" code="5" />
<input name="right" type="hat" id="0" value="2" />
<input name="select" type="button" id="6" value="1" code="314" />
<input name="start" type="button" id="7" value="1" code="315" />
<input name="up" type="hat" id="0" value="1" />
<input name="x" type="button" id="3" value="1" code="308" />
<input name="y" type="button" id="2" value="1" code="307" />
</inputConfig>
</inputList>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
#
################################################################################
# Version.: Commits on May 16, 2024
POWERVR_GE8300_DRIVER_VERSION = 3334cfc9f363dae79c9107d43f8073e0c9db12e5
#POWERVR_GE8300_DRIVER_VERSION = 3334cfc9f363dae79c9107d43f8073e0c9db12e5
POWERVR_GE8300_DRIVER_VERSION = main
POWERVR_GE8300_DRIVER_SITE = https://github.com/knulli-cfw/ge8300-drivers.git
POWERVR_GE8300_DRIVER_SITE_METHOD = git

Expand Down

0 comments on commit c1e3e85

Please sign in to comment.