summaryrefslogtreecommitdiff
path: root/libretro.c
AgeCommit message (Collapse)Author
2014-12-10Turn dynarec enable/disable into core option if HAVE_DYNARECtwinaphex
is defined
2014-12-10We don't need to get rid of idle loop patching for non-dynarectwinaphex
core
2014-12-10Add HAVE_DYNAREC ifdeftwinaphex
2014-12-10add a HAVE_MMAP check, cleanups.aliaspider
2014-12-10use correct save directory.aliaspider
2014-12-10implement retro_serialize/unserializealiaspider
2014-12-09fix display name/version.aliaspider
2014-12-09dynamic recompiler now works when the core is compiled as a sharedaliaspider
library.
2014-12-09enable sound ( still broken )aliaspider
2014-12-09video output now works in statically linked builds.aliaspider
core can't be used as a shared library yet due to the dynarec not working when compiled with -fPIC
2014-12-09add debug build option to x86 standalone target.aliaspider
2014-12-09fix undefined referances.aliaspider
2014-12-09can compilealiaspider
2014-12-08start implementing the libretro interface. (not working yet)aliaspider