mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-02-17 06:37:37 +00:00
Exynos/OdroidXU4: adapt libretro packages
This commit is contained in:
parent
fdfa167fa2
commit
231bbbcb97
@ -50,7 +50,7 @@ pre_make_target() {
|
||||
RPi4*)
|
||||
PKG_MAKE_OPTS_TARGET+=" platform=rpi4-mesa FORCE_GLES3=1"
|
||||
;;
|
||||
OdroidXU3)
|
||||
Exynos)
|
||||
PKG_MAKE_OPTS_TARGET+=" platform=odroid BOARD=ODROID-XU"
|
||||
;;
|
||||
AMLGX)
|
||||
|
@ -230,7 +230,7 @@ makeinstall_target() {
|
||||
echo 'audio_driver = "alsathread"' >> ${INSTALL}/etc/retroarch.cfg
|
||||
echo 'audio_filter_dir = "/usr/share/audio_filters"' >> ${INSTALL}/etc/retroarch.cfg
|
||||
|
||||
if [ "${PROJECT}" = "OdroidXU3" ]; then # workaround the 55fps bug
|
||||
if [ "${DEVICE}" = "Exynos" ]; then # workaround the 55fps bug
|
||||
echo 'audio_out_rate = "44100"' >> ${INSTALL}/etc/retroarch.cfg
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user