Snes9x 2005. Port of SNES9x 1.43 for libretro (was previously called CAT SFC).
Go to file
Jonathan Teh 1e6f792755 dsp: Fix assignment of Op11Xr
Fix regression introduced in snes9x-1.40.
2022-02-22 23:28:44 +00:00
jni Rename LOAD_FROM_MEMORY_TEST to LOAD_FROM_MEMORY 2021-06-04 22:37:50 +02:00
libretro-common Replace direct direct file access with VFS routines 2021-09-17 10:37:49 +01:00
source dsp: Fix assignment of Op11Xr 2022-02-22 23:28:44 +00:00
.gitignore [snes9x2005 non-plus] Fix audio pitch issues (FF6) 2018-12-18 12:48:32 +00:00
.gitlab-ci.yml add Miyoo target 2022-01-10 19:52:34 +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 Revert "Update core options" 2021-08-17 10:36:54 +02:00
libretro.c Call S9xSoftReset() instead of S9xReset(), like newer Snes9x cores do 2022-01-28 22:37:30 -05:00
link.T Support for savestate versioning. Plenty of cleanups. 2017-06-18 16:16:19 +01:00
Makefile add Miyoo target 2022-01-10 19:52:34 +01:00
Makefile.common Replace direct direct file access with VFS routines 2021-09-17 10:37:49 +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)