Add missing stuff

This commit is contained in:
Higor Eurípedes 2015-02-10 20:06:28 -03:00
parent c1ade3430f
commit c4a446857d
3 changed files with 1951 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.o
build/

View File

@ -5,3 +5,12 @@ code) created for educational purposes. It only provides the required (video,
audio and basic input) features to run most non-libretro-gl cores and there's
no UI or configuration support.
## Building
Other than a working C99 compiler (nanoarch.c is compilable as C++ too), you'll
need alsa and glfw development files installed.
## Running
./nanoarch <core> <uncompressed content>

1939
libretro.h Normal file

File diff suppressed because it is too large Load Diff