aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-25release r20notaz
2014-12-25drc: more timing hacksnotaz
b6e87b2bc096 broke R-Type sound, try to recover.. also check PE2
2014-12-25frontend: savestate autoload supportnotaz
2014-12-25frontend: fix broken croppingnotaz
2014-12-25frontend: scanline efect and memcard savingnotaz
2014-12-25cspace_neon: don't trash callee-save registersnotaz
2014-12-25frontend: add 2x scaling optionnotaz
2014-12-24menu: file browser fixesnotaz
2014-12-24cdrom: handle old savestates betternotaz
I still have to many of them and use them for testing..
2014-12-23drc: implement block addr list savingnotaz
should give better experience after savestate load
2014-12-23drc: replace unused reg32 with new reg_sv_flagsnotaz
2014-12-21psxbios: don't crash on negative lengthnotaz
Contra Legacy of War does memset(..., -1)
2014-12-21misc: merge from pcsxr r91261,r91276notaz
Author: edgbla Small fixes. 11834, 11836 (Lioncash);
2014-12-21cdriso: merge from pcsxr r90558notaz
Author: edgbla cdriso: cbn/cbin detection fix;
2014-12-21psxbios: merge from pcsxr r90224-r90227notaz
Author: weimingzhi psxbios: format()
2014-12-21misc: merge from pcsxr r86908notaz
Author: edgbla CdromId fix;
2014-12-21libretro: enable dither for peops pluginnotaz
2014-12-21spu: fix first sample, don't play aheadnotaz
2014-12-21spu: avoid NULL pSpuIrqnotaz
CTR sets 0 irq address, and savestates mess up
2014-12-20libretro: Cleanup Makefile.libretro.sergiobenrocha2
Conflicts: Makefile.libretro
2014-12-20fix up other platforms after rumble changenotaz
2014-12-20libretro: Add rumble supportksv1986
Conflicts: frontend/libretro.c
2014-12-20psxmem: Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32twinaphex
Conflicts: Makefile.libretro
2014-12-20libretro: minor fixesnotaz
- use more compatible clock setting on non-ARM - drop redundant SET_PERFORMANCE_LEVEL (check_system_specs() does it later)
2014-12-20libretro: add some SPU optionsnotaz
2014-12-20libretro: update for newer spu codenotaz
- no sample counting needed now - add a callback check
2014-12-20spu: put globals into a structurenotaz
- also clean up some unused stuff - put spu config into it's own structure and header
2014-12-20psxcounters: don't do many spu updatesnotaz
not needed with new sync code
2014-12-20spu: remove some hacksnotaz
2014-12-20spu: rework synchronizationnotaz
2014-12-20spu: add a schedule callbacknotaz
2014-12-20spu: fix some fmod related breakagenotaz
2014-12-20psxinterpreter: don't break strict aliasing rulesnotaz
2014-12-20frontend: update libpicofenotaz
2014-12-20libretro: Add core options to namespacetwinaphex
Conflicts: frontend/libretro.c
2014-12-20libretro: Update input descriptorstwinaphex
2014-12-20libretro: Implement input descriptorstwinaphex
2014-12-20libretro: Update Makefiletwinaphex
Conflicts: Makefile.libretro
2014-12-20libretro: Update libretro.hAlcaro
2014-12-20libretro: adjust indentation styleTobias Jakobi
The indentation style should be at least consistent inside a single function.
2014-12-20libretro: Makefile - fixup Windows buildtwinaphex
2014-12-20libretro: Set performance leveltwinaphex
2014-12-20libretro: Add OSX version minor detection to Makefiletwinaphex
Conflicts: Makefile.libretro
2014-12-20libretro: only use posix_memalign when it's safeTobias Jakobi
2014-12-20libretro: align vout_buf to 128-bitTobias Jakobi
2014-12-20libretro: (OSX) Set min OS version to 10.6twinaphex
2014-12-20(Libretro) Add frame duping core optiontwinaphex
Conflicts: frontend/libretro.c
2014-12-06misc: length is unsignednotaz
2014-12-06misc: don't succeed on trash inputnotaz
2014-12-06psxmem: remove hard requirement for a mappingnotaz
not all platforms have 1f800000 free not all mmap implementations use the addr hint..