Skip to content

libretro frontend without video, audio or input

License

Notifications You must be signed in to change notification settings

RobLoach/noarch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

libretro frontend without video, audio or input

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.1%
  • CMake 5.9%