mirror of
https://github.com/libretro/nanoarch.git
synced 2025-02-21 09:40:47 +00:00
Add missing stuff
This commit is contained in:
parent
c1ade3430f
commit
c4a446857d
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*.o
|
||||
build/
|
||||
|
@ -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
1939
libretro.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user