Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | Get rid of HAVE_MMAP ifdef | twinaphex | |
2014-12-14 | Merge pull request #10 from sergiobenrocha2/master | Twinaphex | |
Cleanup Makefile.libretro. | |||
2014-12-14 | Cleanup Makefile.libretro. | sergiobenrocha2 | |
2014-12-13 | Just use memmap.h header include in general | twinaphex | |
2014-12-13 | Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32 | twinaphex | |
2014-12-07 | Merge pull request #9 from Kekun/fix-load-invalid-game | Twinaphex | |
Fixes an infinite loop when loading an invalid game | |||
2014-12-07 | misc: length is unsigned | notaz | |
2014-12-07 | misc: don't succeed on trash input | notaz | |
2014-12-07 | psxmem: remove hard requirement for a mapping | notaz | |
not all platforms have 1f800000 free not all mmap implementations use the addr hint.. | |||
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.. | |||
2014-12-05 | Add core options to namespace | twinaphex | |
2014-12-04 | Update input descriptors | twinaphex | |
2014-12-04 | 1) Build fix | twinaphex | |
2) Implement input descriptors | |||
2014-11-29 | Merge pull request #8 from ksv1986/master | Twinaphex | |
libretro: Add rumble support | |||
2014-11-29 | libretro: Add rumble support | ksv1986 | |
2014-10-23 | Update Makefile | twinaphex | |
2014-09-22 | Update libretro.h | Alcaro | |
2014-08-06 | Merge pull request #7 from tobiasjakobi/fixes | Twinaphex | |
libretro: adjust indentation style | |||
2014-08-06 | libretro: adjust indentation style | Tobias Jakobi | |
The indentation style should be at least consistent inside a single function. | |||
2014-07-30 | Makefile - fixup Windows build | twinaphex | |
2014-06-23 | Set performance level | twinaphex | |
2014-04-26 | Add OSX version minor detection to Makefile | twinaphex | |
2014-03-04 | Merge pull request #6 from tobiasjakobi/memalign | Twinaphex | |
libretro: only use posix_memalign when it's safe | |||
2014-03-04 | libretro: only use posix_memalign when it's safe | Tobias Jakobi | |
2014-03-04 | Merge pull request #5 from tobiasjakobi/memalign | Twinaphex | |
libretro: align vout_buf to 128-bit |