this is two type 1st gen Miyoo 2.7.0 and Miyoo Mini package 2.7.0 on the download page.
is the first generation the only package being made as a daily build right now?
If possible, could you please add Miyoo Mini to the daily build?
I think almost no one uses the miyoo first generation.
Wouldn’t it be better to change the Daily Buildbot for Miyoo Mini?
i found this code but i don´t know how can i use this
MIYOOMINI
else ifeq ($(platform), miyoomini)
TARGET := $(TARGET_NAME)_libretro.so
CC = /usr/bin/arm-linux-gnueabihf-gcc
CXX = /usr/bin/arm-linux-gnueabihf-g++
LD = /usr/bin/arm-linux-gnueabihf-g++
AR = /usr/bin/arm-linux-gnueabihf-ar cru
RANLIB = /usr/bin/arm-linux-gnueabihf-ranlib
DEFINES += -fomit-frame-pointer -ffast-math -marm -march=armv7ve+simd -mtune=cortex-a7 -fPIC
DEFINES += -ffunction-sections -fdata-sections -DDEFAULT_PERF_TUNER -DREDUCE_MEMORY_USAGE -DUNCACHED_PLUGINS
LDFLAGS += -shared -Wl,--gc-sections -Wl,--version-script=$(ROOT_PATH)/link.T -fPIC
USE_VORBIS = 0
USE_THEORADEC = 0
USE_TREMOR = 1
USE_LIBCO = 0
USE_MT32EMU = 0
USE_HIGHRES = 0
Bestregards Leemann
Could you please add Miyoo Mini to the daily build
Moderator: ScummVM Team