Merge pull request #1516 from anaximan/retroarch_touch

Update of RetroArch and compile with touch support
This commit is contained in:
fewtarius 2023-06-03 19:47:59 -04:00 committed by GitHub
commit 4f88faaf9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,7 @@
# Copyright (C) 2023-present Fewtarius
PKG_NAME="retroarch"
PKG_VERSION="7f55153457065703f42bda51c27413ba58f45940"
PKG_VERSION="35b445c3ed7a6a4934e080775ae71fef313569de"
PKG_SITE="https://github.com/libretro/RetroArch"
PKG_URL="${PKG_SITE}.git"
PKG_LICENSE="GPLv3"
@ -14,6 +14,8 @@ GET_HANDLER_SUPPORT="git"
PKG_PATCH_DIRS+=" ${DEVICE}"
pre_configure_target() {
CFLAGS+=" -DUDEV_TOUCH_SUPPORT"
CXXFLAGS+=" -DUDEV_TOUCH_SUPPORT"
TARGET_CONFIGURE_OPTS=""
PKG_CONFIGURE_OPTS_TARGET=" --disable-qt \
--enable-alsa \

View file

@ -448,11 +448,11 @@ menu_horizontal_animation = "true"
menu_insert_disk_resume = "true"
menu_left_thumbnails = "0"
menu_linear_filter = "false"
menu_mouse_enable = "false"
menu_mouse_enable = "true"
menu_navigation_browser_filter_supported_extensions_enable = "true"
menu_navigation_wraparound_enable = "true"
menu_pause_libretro = "true"
menu_pointer_enable = "false"
menu_pointer_enable = "true"
menu_rgui_full_width_layout = "true"
menu_rgui_shadows = "false"
menu_rgui_transparency = "true"