An ARM-based SNES emulator for libretro
  • C++ 47.2%
  • Assembly 30.9%
  • C 21.7%
  • Makefile 0.2%
Find a file
2016-10-15 01:05:49 +01:00
libretro fix some game compatibility issues 2014-08-31 20:05:01 +02:00
src Added two-player support. Fixed bug in ppu.cpp which caused the both the first player controller and the second player controller to control the first player. 2016-10-15 01:05:49 +01:00
.gitignore compile fix 2012-06-17 23:48:57 -04:00
Makefile no need for __LIBRETRO__ 2014-07-13 10:06:38 +02:00
readme.md update the readme 2014-07-13 10:06:38 +02:00

#ARMSNES-Libretro This is a forked version of pocketsnes, focused on getting the most performance out of modern(ish) ARM systems as possible. Most of the changes have been about removing ancient cruft, but also some very minor performance tweaks and bug fixes.