/aioNES

another NES emulator

Primary LanguageC

Compilation

To compile this libretro core use cmake. Your C++ compiler must support the C++14/1y standard, eg. clang >= 3.4 or gcc >= 4.9.

$ mkdir build
$ cd build
$ cmake ..
$ make -j $(nproc)
$ retroarch -v -L ./libaioNES_libretro.so