pcsx_rearmed.git
2015-01-25 TwinaphexMerge pull request #12 from notaz/for_libretro
2015-01-25 notazMerge branch 'upstream' into libretro
2015-01-13 notazfrontend: pandora: work around r20a vs r21 versioning
2015-01-13 notaztry to fix r-pi build
2015-01-12 notazrelease r21 r21
2015-01-12 notazfrontend: tune scanline implementation a bit
2015-01-12 notazfrontend: show C64x option
2015-01-12 notazspu: put reverb on the thread too
2015-01-12 notazgpulib: use more conservative loop detection
2015-01-12 notazsome random improvements
2015-01-12 notazspu: fix some skip accuracy issues
2015-01-09 notazspu: don't block on audio
2015-01-09 notazspu: support multiple pending buffers
2015-01-05 notazspu: finish offload code to TI C64x DSP
2015-01-04 notazspu: start offload code to TI C64x DSP
2015-01-04 notazspu: threaded implementation
2015-01-03 notazspu: get rid of bStop, clean up
2015-01-03 notazspu: move more things to StartSound
2015-01-03 notazspu: reduce use of globals
2015-01-03 notazspu: handle stop better, split main func more
2015-01-03 notazmingw build fixes
2014-12-31 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2014-12-25 notazrelease r20 r20
2014-12-25 notazdrc: more timing hacks
2014-12-25 notazfrontend: savestate autoload support
2014-12-25 notazfrontend: fix broken cropping
2014-12-25 notazfrontend: scanline efect and memcard saving
2014-12-24 notazcspace_neon: don't trash callee-save registers
2014-12-24 notazfrontend: add 2x scaling option
2014-12-24 notazmenu: file browser fixes
2014-12-23 notazcdrom: handle old savestates better
2014-12-23 notazdrc: implement block addr list saving
2014-12-23 notazdrc: replace unused reg32 with new reg_sv_flags
2014-12-21 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2014-12-21 notazpsxbios: don't crash on negative length
2014-12-21 notazmisc: merge from pcsxr r91261,r91276
2014-12-21 notazcdriso: merge from pcsxr r90558
2014-12-21 notazpsxbios: merge from pcsxr r90224-r90227
2014-12-21 notazmisc: merge from pcsxr r86908
2014-12-21 notazlibretro: enable dither for peops plugin
2014-12-21 notazspu: fix first sample, don't play ahead
2014-12-21 notazspu: avoid NULL pSpuIrq
2014-12-20 TwinaphexMerge pull request #11 from notaz/upstream_merge
2014-12-20 notazMerge branch 'libretro' into upstream
2014-12-20 sergiobenrocha2libretro: Cleanup Makefile.libretro.
2014-12-20 notazfix up other platforms after rumble change
2014-12-20 ksv1986libretro: Add rumble support
2014-12-20 twinaphexpsxmem: Add mman wrapper for Win32 and use it for PCSX...
2014-12-20 notazlibretro: minor fixes
2014-12-20 notazlibretro: add some SPU options
2014-12-20 notazlibretro: update for newer spu code
2014-12-20 notazspu: put globals into a structure
2014-12-20 notazpsxcounters: don't do many spu updates
2014-12-20 notazspu: remove some hacks
2014-12-20 notazspu: rework synchronization
2014-12-20 notazspu: add a schedule callback
2014-12-20 notazspu: fix some fmod related breakage
2014-12-20 notazpsxinterpreter: don't break strict aliasing rules
2014-12-20 notazfrontend: update libpicofe
2014-12-20 twinaphexlibretro: Add core options to namespace
2014-12-20 twinaphexlibretro: Update input descriptors
2014-12-20 twinaphexlibretro: Implement input descriptors
2014-12-20 twinaphexlibretro: Update Makefile
2014-12-20 Alcarolibretro: Update libretro.h
2014-12-20 Tobias Jakobilibretro: adjust indentation style
2014-12-20 twinaphexlibretro: Makefile - fixup Windows build
2014-12-20 twinaphexlibretro: Set performance level
2014-12-20 twinaphexlibretro: Add OSX version minor detection to Makefile
2014-12-20 Tobias Jakobilibretro: only use posix_memalign when it's safe
2014-12-20 Tobias Jakobilibretro: align vout_buf to 128-bit
2014-12-20 twinaphexlibretro: (OSX) Set min OS version to 10.6
2014-12-20 twinaphex(Libretro) Add frame duping core option
2014-12-15 twinaphexGet rid of HAVE_MMAP ifdef
2014-12-14 TwinaphexMerge pull request #10 from sergiobenrocha2/master
2014-12-14 sergiobenrocha2Cleanup Makefile.libretro.
2014-12-13 twinaphexJust use memmap.h header include in general
2014-12-13 twinaphexAdd mman wrapper for Win32 and use it for PCSX ReARmed...
2014-12-07 TwinaphexMerge pull request #9 from Kekun/fix-load-invalid-game
2014-12-07 notazmisc: length is unsigned
2014-12-07 notazmisc: don't succeed on trash input
2014-12-07 notazpsxmem: remove hard requirement for a mapping
2014-12-06 notazmisc: length is unsigned
2014-12-06 notazmisc: don't succeed on trash input
2014-12-06 notazpsxmem: remove hard requirement for a mapping
2014-12-05 twinaphexAdd core options to namespace
2014-12-04 twinaphexUpdate input descriptors
2014-12-04 twinaphex1) Build fix
2014-11-29 TwinaphexMerge pull request #8 from ksv1986/master
2014-11-29 ksv1986libretro: Add rumble support
2014-10-23 twinaphexUpdate Makefile
2014-09-22 AlcaroUpdate libretro.h
2014-08-06 TwinaphexMerge pull request #7 from tobiasjakobi/fixes
2014-08-06 Tobias Jakobilibretro: adjust indentation style
2014-07-30 twinaphexMakefile - fixup Windows build
2014-06-23 twinaphexSet performance level
2014-04-26 twinaphexAdd OSX version minor detection to Makefile
2014-03-04 TwinaphexMerge pull request #6 from tobiasjakobi/memalign
2014-03-04 Tobias Jakobilibretro: only use posix_memalign when it's safe
2014-03-04 TwinaphexMerge pull request #5 from tobiasjakobi/memalign
2014-03-04 Tobias Jakobilibretro: align vout_buf to 128-bit
next