index
:
snes9x2005
asmgfx
dynarec
performance
trimui-s
Snes9x 2005. Port of SNES9x 1.43 for libretro (was previously called CAT SFC). Forked from https://github.com/libretro/snes9x2005
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libretro.c
Age
Commit message (
Expand
)
Author
2016-08-06
Reimplement save RAM - do it the libretro way by implementing
twinaphex
2016-08-05
Lower-case x for name
twinaphex
2016-08-05
Update name
twinaphex
2015-11-09
improve sound quality a bit when using the regular APU core.
aliaspider
2015-11-02
fix savestates when using blargg's apu.
aliaspider
2015-11-01
add "Video Mode" core option.
aliaspider
2015-10-21
(CTR/3DS) allocate GFX.Screen_buffer in linear memory.
aliaspider
2015-10-06
add a core option to swap joypads.
aliaspider
2015-09-21
change library name when compiled with USE_BLARGG_APU=1
aliaspider
2015-09-13
fix the last commit, now it loads fine
radius
2015-09-13
use SAVE_DIR for SRAM
radius
2014-12-20
LOAD_FROM_MEMORY_TEST - enable it for every target but PSP
twinaphex
2014-12-06
Implement cheat code stuff
twinaphex
2014-12-05
Implement input descriptors
twinaphex
2014-11-29
(windows) _makepath / _splitpath are already part of msvcrt
aliaspider
2014-11-18
libretro.c Fix version number
Oggom
2014-11-03
use stdint/stdbool
aliaspider
2014-11-03
blargg's apu implementation can now be used.
aliaspider
2014-11-03
can build with USE_BLARGG_APU enabled, still not working.
aliaspider
2014-11-02
comment out NO_VIDEO_OUTPUT.
aliaspider
2014-11-02
tweak build
aliaspider
2014-11-02
cleanups.
aliaspider
2014-11-02
small cleanup
aliaspider
2014-11-02
implement rom loading from memory.
aliaspider
2014-11-01
nit.
aliaspider
2014-11-01
fix build
aliaspider
2014-11-01
fix frameskip.
aliaspider
2014-11-01
improve audio quality and audio/video sync
aliaspider
2014-10-31
fix retro_load_game, don't return false when no srm is found.
aliaspider
2014-10-31
remove S9xDeinitUpdate.
aliaspider
2014-10-31
add a perf counter.
aliaspider
2014-10-31
correct retro_load_game
aliaspider
2014-10-31
prevent loading incompatible savestates ( does only check for size ).
aliaspider
2014-10-31
remove snapshot.c/h and snaporig.c/h
aliaspider
2014-10-31
Merge branch 'master' of https://github.com/libretro/CATSFC-libretro
aliaspider
2014-10-31
implement serialization code correctly.
aliaspider
2014-10-30
Code readability - turn ZeroMemory into memset(a, 0, b)
twinaphex
2014-10-30
improve serialization code, still unfinished.
aliaspider
2014-10-30
add skeleton code for retro_serialize.
aliaspider
2014-10-30
remove snapshot.c snaporig.c dependencies.
aliaspider
2014-10-30
fix segfault.
aliaspider
2014-10-30
cleanups.
aliaspider
2014-10-30
remove some unused functions/files
aliaspider
2014-10-30
add safety to buffer reads to deal with negative offsets.
aliaspider
2014-10-30
apply a facelift
aliaspider
2014-10-29
(PSP) build fix
aliaspider
2014-10-29
get rid of all remaining C++ code.
aliaspider
2014-10-29
remove more C++ code.
aliaspider
2014-10-29
C++ cleanups. (in progress)
aliaspider
2014-10-29
start moving everything to C
aliaspider
[prev]