Exynos/OdroidXU4: adapt libretro packages

This commit is contained in:
Tomáš Kelemen (vudiq) 2022-04-24 10:27:22 +02:00
parent fdfa167fa2
commit 231bbbcb97
No known key found for this signature in database
GPG Key ID: 5CE55E600E0B3B22
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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