/noarch

libretro frontend without video, audio or input

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

noarch

noarch is a small libretro frontend that doesn't provide any video, audio or input. It loads a Core, along with its Content, runs an iteration, and then quits. This is useful for unit testing.

Building

git submodule update --init
cmake .
make

Running

./noarch <core> <uncompressed content>