mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
emulation: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
842dcecfa1
commit
cbeda2bc88
@ -18,7 +18,7 @@ PKG_LIBVAR="PCSX-REARMED_LIB"
|
|||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
cd ${PKG_BUILD}
|
cd ${PKG_BUILD}
|
||||||
|
|
||||||
if target_has_feature neon; then
|
if target_has_feature neon; then
|
||||||
export HAVE_NEON=1
|
export HAVE_NEON=1
|
||||||
export BUILTIN_GPU=neon
|
export BUILTIN_GPU=neon
|
||||||
@ -28,7 +28,7 @@ make_target() {
|
|||||||
|
|
||||||
# check if this flag is still needed when this package is updated
|
# check if this flag is still needed when this package is updated
|
||||||
export CFLAGS="${CFLAGS} -fcommon"
|
export CFLAGS="${CFLAGS} -fcommon"
|
||||||
|
|
||||||
case ${TARGET_ARCH} in
|
case ${TARGET_ARCH} in
|
||||||
aarch64)
|
aarch64)
|
||||||
make -f Makefile.libretro DYNAREC=lightrec platform=aarch64 GIT_VERSION=${PKG_VERSION}
|
make -f Makefile.libretro DYNAREC=lightrec platform=aarch64 GIT_VERSION=${PKG_VERSION}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user