Snes9x 2005. Port of SNES9x 1.43 for libretro (was previously called CAT SFC).
Go to file
2021-01-29 09:05:47 +01:00
jni Refactor android jni makefiles 2018-04-11 11:45:31 -05:00
libretro-common/include Update 2020-12-19 22:50:46 +01:00
source Add 'USE_OLD_COLOUR_OPS' flag + PSP ifdef guards 2020-10-15 17:00:00 +01:00
.gitignore [snes9x2005 non-plus] Fix audio pitch issues (FF6) 2018-12-18 12:48:32 +00:00
.gitlab-ci.yml (MacOS) Add ARM 64bit support 2021-01-29 09:05:47 +01: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_core_options_intl.h Add optional automatic frame skipping 2020-10-17 15:07:44 +01:00
libretro_core_options.h Frameskip improvements 2020-10-20 15:45:38 +01:00
libretro.c Ensure frameskip counter is reset when a frame is rendered 2020-10-22 12:13:05 +01:00
libretro.h Update 2020-12-19 22:50:46 +01:00
link.T Support for savestate versioning. Plenty of cleanups. 2017-06-18 16:16:19 +01:00
Makefile (macOS) Set up CROSS_COMPILING for ARM 64bit 2021-01-28 20:54:15 +01:00
Makefile.common Add 'USE_OLD_COLOUR_OPS' flag + PSP ifdef guards 2020-10-15 17:00:00 +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)