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
2020-09-21
Add optional colour correction + interframe blending
jdgleaver
2020-09-05
Remove ewram from libretro api
negativeExponent
2020-09-05
Add optional battery save using libretro save api
negativeExponent
2020-04-05
Fix cheevos support
negativeExponent
2020-03-10
Add automatic frame skipping
bmaupin
2020-02-29
Merge pull request #64 from justinweiss/3ds-fix-prefetch-abort
hizzlekizzle
2020-02-29
[3DS] Fix dynarec prefetch aborts
Justin Weiss
2020-02-28
Add manual frame skipping
bmaupin
2020-02-27
Fix periodic ram_translation_cache crashes
bmaupin
2019-11-23
Make PSP version to render the image it-self instead of using RetroArch
Francisco Javier Trujillo Mata
2018-08-11
add memory hooks for cheat/rumble
Sven
2018-05-03
Update libretro.c: Add missing input descriptors
Hedonium
2018-01-06
Recover 1 frame of input lag
Tatsuya79
2017-01-24
Better error handling
twinaphex
2016-12-09
Report git version with library_version
Gregor Richards
2016-10-04
(VITA) Dynarec changes
Francisco José García García
2016-10-03
(VITA) Dynarec working
Francisco José García García
2016-08-14
(VITA) Dynarec WIP
Francisco José García García
2016-08-08
(VITA) Continue WIP - Fix Block for VM alignment
Francisco José García García
2016-08-08
(VITA) Dynarec WIP
Francisco José García García
2015-11-04
(3ds) dynarec: map the translation caches to specific addresses at
aliaspider
2015-09-27
(ctr/3ds) fix handle leak.
aliaspider
2015-09-26
add input descriptors
radius
2015-09-11
(3DS) add dynarec support when started from a .cia install
aliaspider
2015-04-13
allocate gba_screen_pixels on the heap.
aliaspider
2015-04-08
(3DS) enable dynarec support, works only with ninjahax.
aliaspider
2014-12-20
Change load_gamepak signature
twinaphex
2014-12-13
Create memmap_win32.c for Win32 systems - a mman wrapper
twinaphex
2014-12-13
Put ifdef around <sys/mman.h> include
twinaphex
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