mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
(Pandora) forgot to preload pixelperfect SDL for phoenix as well.
This commit is contained in:
parent
2cd7def716
commit
a8b31c90e6
@ -3,5 +3,6 @@
|
||||
source "/mnt/utmp/retroarch/scripts/env-vars.sh"
|
||||
|
||||
# load the libstdc++ from gcc-4.7 because phoenix doesn't build in anything less
|
||||
exec env LD_PRELOAD=/mnt/utmp/retroarch/lib/libstdc++.so.6 retroarch-phoenix "${@}"
|
||||
# preload my modified SDL that knows what "pixelperfect" is
|
||||
exec env LD_PRELOAD=/mnt/utmp/retroarch/lib/libstdc++.so.6:/mnt/utmp/retroarch/lib/libSDL-1.2.so.0.11.3 retroarch-phoenix "${@}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user