This is a downstream fork of Temper
an emu from gp2x aimed here at MiyooCFW (with SDL frontend)
The emulator will recognize BIOSes by placing them in /$HOME/.temper/syscards/
- compile & build
make -j$(nproc) -C SDL/
- run binary from PWD
./SDL/temper
It is recommended to use latest toolchain (gcc-9.4.0)
- compile binary (e.g. via docker):
make -C SDL/ -f Makefile.miyoo
for more optimization add FAST_BUILD=1
flag to make
- generate IPK package:
gm2xpkg -i -c -q -f miyoo/pkg.cfg