BOARD: separate miyoo packages + concentrate RetroArch/libretro (#129)

MENU->Target packages ---> Miyoo Packages ---> ...
This commit is contained in:
Apaczer
2024-10-15 20:07:21 +02:00
committed by GitHub
parent 81270d9968
commit 59d7586ca6
217 changed files with 328 additions and 298 deletions

View File

@@ -0,0 +1,16 @@
diff --git a/libretro-config.sh b/libretro-config.sh
index 336efd18..02991866 100644
--- a/libretro-config.sh
+++ b/libretro-config.sh
@@ -986,6 +986,11 @@ case "$platform" in
FORMAT_COMPILER_TARGET="unix-armv7-hardfloat-neon"
DIST_DIR="unix"
;;
+ miyoo)
+ FORMAT_EXT="so"
+ FORMAT_COMPILER_TARGET="miyoo"
+ DIST_DIR="unix"
+ ;;
*)
BINARY_EXT=""
FORMAT_COMPILER_TARGET="unix"