use new dynarec
This commit is contained in:
parent
69e6d270cc
commit
1a19c5be96
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ make_target() {
|
|||
export USE_GLES=0
|
||||
;;
|
||||
esac
|
||||
export NEW_DYNAREC="1"
|
||||
export SDL_CFLAGS="-I${SYSROOT_PREFIX}/usr/include/SDL2 -pthread"
|
||||
export SDL_LDLIBS="-lSDL2_net -lSDL2"
|
||||
export CROSS_COMPILE="${TARGET_PREFIX}"
|
||||
|
|
|
@ -32,6 +32,7 @@ make_target() {
|
|||
export USE_GLES=0
|
||||
;;
|
||||
esac
|
||||
export NEW_DYNAREC="1"
|
||||
export SDL_CFLAGS="-I${SYSROOT_PREFIX}/usr/include/SDL2 -pthread"
|
||||
export SDL_LDLIBS="-lSDL2_net -lSDL2"
|
||||
export CROSS_COMPILE="${TARGET_PREFIX}"
|
||||
|
|
Loading…
Reference in a new issue