mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-23 00:09:52 +00:00
mupen64plus-next: Use upstream makefile (#1994)
This commit is contained in:
parent
5de3f5c7d3
commit
e2c1b74c65
@ -1,5 +1,5 @@
|
||||
PKG_NAME="mupen64plus_next"
|
||||
PKG_VERSION="5d2ac21adb784ad72d6101290117702eef0411dd"
|
||||
PKG_VERSION="c7cd8edcd015ddcbd4a2e984573c9c1d1ddd0b6e"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/libretro/mupen64plus-libretro-nx"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
@ -55,7 +55,7 @@ pre_make_target() {
|
||||
PKG_MAKE_OPTS_TARGET+=" platform=rpi4_64-mesa FORCE_GLES3=1"
|
||||
;;
|
||||
RPi5)
|
||||
PKG_MAKE_OPTS_TARGET+=" platform=rpi5 FORCE_GLES3=1"
|
||||
PKG_MAKE_OPTS_TARGET+=" platform=rpi5_64-mesa FORCE_GLES3=1"
|
||||
;;
|
||||
Exynos)
|
||||
PKG_MAKE_OPTS_TARGET+=" platform=odroid BOARD=ODROID-XU"
|
||||
|
@ -1,15 +0,0 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 09eb547..8109905 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -175,6 +175,10 @@ else ifneq (,$(findstring rpi,$(platform)))
|
||||
CPUFLAGS += -march=armv8-a+crc -mtune=cortex-a72
|
||||
ARM_CPUFLAGS = -mfpu=neon-fp-armv8
|
||||
endif
|
||||
+ else ifneq (,$(findstring rpi5,$(platform)))
|
||||
+ CPUFLAGS += -mcpu=cortex-a76 -mtune=cortex-a76
|
||||
+ GLES3= 1
|
||||
+ GL_LIB := -lGLESv3
|
||||
else ifneq (,$(findstring rpi,$(platform)))
|
||||
CPUFLAGS += -mcpu=arm1176jzf-s
|
||||
ARM_CPUFLAGS = -mfpu=vfp
|
Loading…
Reference in New Issue
Block a user