Packages BigPEmu (Rich Whitehouse's Atari Jaguar emulator) for the 64-bit spruceOS devices (Brick, Smart Pro, Smart Pro S, Flip, Pixel2, RGB30).
BigPEmu is closed source and free for non-commercial use. This repo does
not compile it - it downloads Rich's official, unmodified LinuxARM64
build at CI time and repackages it with the pieces spruce needs. The only thing
compiled here is gl4es, because BigPEmu wants desktop OpenGL and every
spruce GPU is GLES-only.
Redistribution follows the BigPEmu terms (see the bundled ReadMe.txt):
non-commercial only, the ReadMe ships unmodified, and the executable is not
modified.
| Build | Output | Devices |
|---|---|---|
| 64-bit | bigpemu-aarch64.tar.gz |
Brick, Smart Pro, Smart Pro S, Flip, Pixel2, RGB30 |
No 32-bit build exists: BigPEmu ships x86_64 and ARM64 only, so the Miyoo
Mini and A30 are not supported (they use the virtualjaguar libretro core).
bigpemu- the prebuilt ARM64 binary (unmodified)libGL.so.1+libOpenGL.so*- gl4es (GL->GLES translation)bigpemu.sh- spruce launcher (LD_PRELOADs gl4es, keeps userdata on the card)defaultconfigs/BigPEmuConfig.bigpcfg- starting config (from the dArkMoss rk3566 profile)ReadMe.txt- BigPEmu license (shipped unmodified, as required)
build-64.yml is workflow_dispatch + workflow_call; it uploads to the
beta-<branch> prerelease.