Fix 32bit audio.
This commit is contained in:
parent
bbc1d65ef9
commit
962dd36bd3
3 changed files with 6 additions and 4 deletions
|
@ -44,7 +44,7 @@
|
|||
# This should be updated to be more dynamic in the future.
|
||||
CLEAN_OS_BASE="emulators initramfs u-boot-script system-utils modules quirks autostart splash jelos"
|
||||
CLEAN_NETWORK="RTL8821CS-firmware"
|
||||
CLEAN_EMU_32BIT="lib32 box86 flycast-lr pcsx_rearmed-lr"
|
||||
CLEAN_EMU_32BIT="lib32 box86 flycast-lr pcsx_rearmed-lr arm"
|
||||
|
||||
# Make sure we clean a minimal number of packages for devices with
|
||||
# a BSP kernel and a rotated display when using DEVICE_ROOT.
|
||||
|
|
|
@ -7,7 +7,7 @@ PKG_VERSION="6733d6da57d58a07b5fd6ceae129c538d87d0483"
|
|||
PKG_SITE="https://github.com/libretro/RetroArch"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2 alsa-lib libass openssl freetype zlib retroarch-assets core-info ffmpeg libass joyutils empty nss-mdns openal-soft libogg libvorbisidec libvorbis libvpx libpng libdrm pulseaudio miniupnpc flac"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2 alsa-lib libass openssl freetype zlib retroarch-assets core-info ffmpeg libass joyutils empty nss-mdns openal-soft libogg libvorbisidec libvorbis libvpx libpng libdrm pulseaudio pipewire miniupnpc flac"
|
||||
PKG_LONGDESC="Reference frontend for the libretro API."
|
||||
GET_HANDLER_SUPPORT="git"
|
||||
|
||||
|
|
|
@ -293,8 +293,10 @@ else
|
|||
[[ "${CORE}" =~ flycast32 ]] || \
|
||||
[[ "${CORE}" =~ desmume ]]
|
||||
then
|
||||
export LIBGL_DRIVERS_PATH="/usr/lib32/dri"
|
||||
export LD_LIBRARY_PATH="/usr/lib32"
|
||||
export LD_LIBRARY_PATH="/usr/lib32"
|
||||
export SPA_PLUGIN_DIR="/usr/lib32/spa-0.2"
|
||||
export PIPEWIRE_MODULE_DIR="/usr/lib32/pipewire-0.3/"
|
||||
export LIBGL_DRIVERS_PATH="/usr/lib32/dri"
|
||||
export RABIN="retroarch32"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue