Update of RetroArch to newest revision and compilation with touch support

This commit is contained in:
anaximan 2023-06-03 17:11:20 +02:00
parent 739092d5c6
commit ab8435d5d1
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"