Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-25 | frontend: savestate autoload support | notaz | |
2014-12-25 | frontend: fix broken cropping | notaz | |
2014-12-25 | frontend: scanline efect and memcard saving | notaz | |
2014-12-25 | cspace_neon: don't trash callee-save registers | notaz | |
2014-12-25 | frontend: add 2x scaling option | notaz | |
2014-12-24 | menu: file browser fixes | notaz | |
2014-12-24 | cdrom: handle old savestates better | notaz | |
I still have to many of them and use them for testing.. | |||
2014-12-23 | drc: implement block addr list saving | notaz | |
should give better experience after savestate load | |||
2014-12-23 | drc: replace unused reg32 with new reg_sv_flags | notaz | |
2014-12-21 | psxbios: don't crash on negative length | notaz | |
Contra Legacy of War does memset(..., -1) | |||
2014-12-21 | misc: merge from pcsxr r91261,r91276 | notaz | |
Author: edgbla Small fixes. 11834, 11836 (Lioncash); | |||
2014-12-21 | cdriso: merge from pcsxr r90558 | notaz | |
Author: edgbla cdriso: cbn/cbin detection fix; | |||
2014-12-21 | psxbios: merge from pcsxr r90224-r90227 | notaz | |
Author: weimingzhi psxbios: format() | |||
2014-12-21 | misc: merge from pcsxr r86908 | notaz | |
Author: edgbla CdromId fix; | |||
2014-12-21 | libretro: enable dither for peops plugin | notaz | |
2014-12-21 | spu: fix first sample, don't play ahead | notaz | |
2014-12-21 | spu: avoid NULL pSpuIrq | notaz | |
CTR sets 0 irq address, and savestates mess up | |||
2014-12-20 | libretro: Cleanup Makefile.libretro. | sergiobenrocha2 | |
Conflicts: Makefile.libretro | |||
2014-12-20 | fix up other platforms after rumble change | notaz | |
2014-12-20 | libretro: Add rumble support | ksv1986 | |
Conflicts: frontend/libretro.c | |||
2014-12-20 | psxmem: Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32 | twinaphex | |
Conflicts: Makefile.libretro | |||
2014-12-20 | libretro: minor fixes | notaz | |
- use more compatible clock setting on non-ARM - drop redundant SET_PERFORMANCE_LEVEL (check_system_specs() does it later) | |||
2014-12-20 | libretro: add some SPU options | notaz | |
2014-12-20 | libretro: update for newer spu code | notaz | |
- no sample counting needed now - add a callback check | |||
2014-12-20 | spu: put globals into a structure | notaz | |
- also clean up some unused stuff - put spu config into it's own structure and header | |||
2014-12-20 | psxcounters: don't do many spu updates | notaz | |
not needed with new sync code | |||
2014-12-20 | spu: remove some hacks | notaz | |
2014-12-20 | spu: rework synchronization | notaz | |
2014-12-20 | spu: add a schedule callback | notaz | |
2014-12-20 | spu: fix some fmod related breakage | notaz | |
2014-12-20 | psxinterpreter: don't break strict aliasing rules | notaz | |
2014-12-20 | frontend: update libpicofe | notaz | |
2014-12-20 | libretro: Add core options to namespace | twinaphex | |
Conflicts: frontend/libretro.c | |||
2014-12-20 | libretro: Update input descriptors | twinaphex | |
2014-12-20 | libretro: Implement input descriptors | twinaphex | |
2014-12-20 | libretro: Update Makefile | twinaphex | |
Conflicts: Makefile.libretro | |||
2014-12-20 | libretro: Update libretro.h | Alcaro | |
2014-12-20 | libretro: adjust indentation style | Tobias Jakobi | |
The indentation style should be at least consistent inside a single function. | |||
2014-12-20 | libretro: Makefile - fixup Windows build | twinaphex | |
2014-12-20 | libretro: Set performance level | twinaphex | |
2014-12-20 | libretro: Add OSX version minor detection to Makefile | twinaphex | |
Conflicts: Makefile.libretro | |||
2014-12-20 | libretro: only use posix_memalign when it's safe | Tobias Jakobi | |
2014-12-20 | libretro: align vout_buf to 128-bit | Tobias Jakobi | |
2014-12-20 | libretro: (OSX) Set min OS version to 10.6 | twinaphex | |
2014-12-20 | (Libretro) Add frame duping core option | twinaphex | |
Conflicts: frontend/libretro.c | |||
2014-12-06 | misc: length is unsigned | notaz | |
2014-12-06 | misc: don't succeed on trash input | notaz | |
2014-12-06 | psxmem: remove hard requirement for a mapping | notaz | |
not all platforms have 1f800000 free not all mmap implementations use the addr hint.. | |||
2013-12-22 | libretro: add dynarec switch | notaz | |
2013-12-22 | (iOS) Work around clang crash when compiling libpcsxcor/new_dynarec/pcsxmem.c. | meancoot | |