index
:
picogpsp
pico-fe
libretro-gpsp with a libpicofe frontend
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libretro.c
Age
Commit message (
Expand
)
Author
2014-12-11
Allow core to work without GET_PERF_INTERFACE.
Alcaro
2014-12-11
Put 'var' variable inside HAVE_DYNAREC ifdef for now to silence
twinaphex
2014-12-10
ARM needs special optimized routines for video blending, etc.
twinaphex
2014-12-10
Turn dynarec enable/disable into core option if HAVE_DYNAREC
twinaphex
2014-12-10
We don't need to get rid of idle loop patching for non-dynarec
twinaphex
2014-12-10
Add HAVE_DYNAREC ifdef
twinaphex
2014-12-10
add a HAVE_MMAP check, cleanups.
aliaspider
2014-12-10
use correct save directory.
aliaspider
2014-12-10
implement retro_serialize/unserialize
aliaspider
2014-12-09
fix display name/version.
aliaspider
2014-12-09
dynamic recompiler now works when the core is compiled as a shared
aliaspider
2014-12-09
enable sound ( still broken )
aliaspider
2014-12-09
video output now works in statically linked builds.
aliaspider
2014-12-09
add debug build option to x86 standalone target.
aliaspider
2014-12-09
fix undefined referances.
aliaspider
2014-12-09
can compile
aliaspider
2014-12-08
start implementing the libretro interface. (not working yet)
aliaspider