summaryrefslogtreecommitdiff
path: root/libretro.c
AgeCommit message (Expand)Author
2014-12-11Allow core to work without GET_PERF_INTERFACE.Alcaro
2014-12-11Put 'var' variable inside HAVE_DYNAREC ifdef for now to silencetwinaphex
2014-12-10ARM needs special optimized routines for video blending, etc.twinaphex
2014-12-10Turn dynarec enable/disable into core option if HAVE_DYNARECtwinaphex
2014-12-10We don't need to get rid of idle loop patching for non-dynarectwinaphex
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
2014-12-09enable sound ( still broken )aliaspider
2014-12-09video output now works in statically linked builds.aliaspider
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