Snes9x 2005. Port of SNES9x 1.43 for libretro (was previously called CAT SFC).
Go to file
2021-08-16 21:53:45 +02:00
jni Rename LOAD_FROM_MEMORY_TEST to LOAD_FROM_MEMORY 2021-06-04 22:37:50 +02:00
libretro-common/include Update 2020-12-19 22:50:46 +01:00
source Prevent some warnings from unused functions 2021-08-12 15:56:43 +02:00
.gitignore [snes9x2005 non-plus] Fix audio pitch issues (FF6) 2018-12-18 12:48:32 +00:00
.gitlab-ci.yml Add od-beta 2021-03-25 21:30:23 +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 Update core options 2021-08-16 21:53:45 +02:00
libretro.c * Rename core options prefix from 'catsfc' to 'snes9x_2005' 2021-08-12 15:51:40 +02:00
libretro.h Update core options 2021-08-16 21:53:45 +02:00
link.T Support for savestate versioning. Plenty of cleanups. 2017-06-18 16:16:19 +01:00
Makefile Rename LOAD_FROM_MEMORY_TEST to LOAD_FROM_MEMORY 2021-06-04 22:37:50 +02:00
Makefile.common Rename LOAD_FROM_MEMORY_TEST to LOAD_FROM_MEMORY 2021-06-04 22:37:50 +02: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)