Snes9x 2005. Port of SNES9x 1.43 for libretro (was previously called CAT SFC).
Go to file
Twinaphex f4a5a7afa4
Merge pull request #62 from Classicmods/master
Added Classic Platform structure - ARMv7 Cortex A7 build
2018-11-02 03:35:04 +01:00
jni Refactor android jni makefiles 2018-04-11 11:45:31 -05:00
libretro-common/include Update for MSVC 2018-02-21 13:49:45 +01:00
source Merge pull request #60 from netux79/master 2018-08-21 13:12:28 +02:00
.gitignore Add the experimental branch's files to .gitignore. 2013-02-02 01:38:32 -05:00
.travis.yml add 3ds to travis build 2017-10-23 21:24:34 -04:00
control (Theos iOS) Add Theos iOS target 2014-12-23 09:44:11 +01:00
copyright Moved copyright information to copyright file. 2017-01-14 21:09:57 +00:00
libretro.c Put ifdefs around S9xSetSoundMute call for now 2018-03-31 14:02:58 +02:00
libretro.h Add support for Audio/Video Disable flags 2018-03-30 22:35:35 -05:00
link.T Support for savestate versioning. Plenty of cleanups. 2017-06-18 16:16:19 +01:00
Makefile Merge pull request #62 from Classicmods/master 2018-11-02 03:35:04 +01:00
Makefile.common Turn getset into C file 2017-12-25 06:42:01 +01:00
README.md Made README.md more straightforward and accurate. 2017-01-14 19:44:27 +00:00

snes9x2005 libretro core.

A Super Nintendo emulator core using the libretro API.

Based on:

  • Snes9x 1.43, by the Snes9x team (with research by the ZSNES folks, anomie, zsKnight, etc.)
  • NDSSFC 1.06, by the Supercard team (porting to the MIPS processor)
  • BAGSFC, by BassAceGold (improving over NDSSFC)
  • CATSFC, by ShadauxCat and Nebuleon (improving over BAGSFC)