Snes9x 2005. Port of SNES9x 1.43 for libretro (was previously called CAT SFC).
Go to file
2022-07-25 10:02:24 +02: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 Snes9x2005 Non-Plus: Add optional low pass audio filter 2022-04-01 12:00:23 +01:00
.gitignore [snes9x2005 non-plus] Fix audio pitch issues (FF6) 2018-12-18 12:48:32 +00:00
.gitlab-ci.yml Update .gitlab-ci.yml 2022-07-25 10:02:24 +02: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 Snes9x2005 Non-Plus: Add optional low pass audio filter 2022-04-01 12:00:23 +01:00
libretro.c Snes9x2005 Non-Plus: Add optional low pass audio filter 2022-04-01 12:00:23 +01:00
link.T Support for savestate versioning. Plenty of cleanups. 2017-06-18 16:16:19 +01:00
Makefile Merge pull request #93 from jSTE0/miyoo-fast-aligned 2022-03-22 15:33:45 +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)