Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-19 | drc: try to support w^x platforms like iOS | notaz | |
untested... | |||
2016-04-01 | don't use __ARM_ARCH_7A__ | notaz | |
github issue #68 | |||
2016-01-07 | menu: fix input config for device names ending with space | notaz | |
reported by KP142EH12 and perhaps somebody else I forgot also take the opportunity to update libpicofe | |||
2015-03-25 | psxmem: fix error handling | notaz | |
also bump libpicofe for mmap fix | |||
2015-02-06 | libretro: always use fixed samples per frame | notaz | |
2015-02-05 | release r22 | notaz | |
2015-02-03 | frontend: fix minor glitches on video mode changes | notaz | |
2015-02-03 | frontend: update libpicofe | notaz | |
2015-01-14 | frontend: pandora: work around r20a vs r21 versioning | notaz | |
otherwise PNDManager doesn't want to update.. | |||
2015-01-13 | release r21 | notaz | |
2015-01-13 | frontend: tune scanline implementation a bit | notaz | |
2015-01-13 | frontend: show C64x option | notaz | |
2015-01-04 | spu: threaded implementation | notaz | |
unlike original P.E.Op.S. implementation, the goal here is to carefully avoid any side effects caused by having the thread enabled | |||
2015-01-03 | mingw build fixes | notaz | |
2014-12-25 | release r20 | notaz | |
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-23 | drc: implement block addr list saving | notaz | |
should give better experience after savestate load | |||
2014-12-21 | libretro: enable dither for peops plugin | notaz | |
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 | 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 | spu: rework synchronization | notaz | |
2014-12-20 | spu: add a schedule callback | 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 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: Set performance level | twinaphex | |
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) Add frame duping core option | twinaphex | |
Conflicts: frontend/libretro.c | |||
2013-12-22 | libretro: add dynarec switch | notaz | |
2013-12-22 | Update libretro.h | twinaphex | |
2013-11-04 | libretro: Add analog option for player 1 | meancoot | |
2013-06-05 | libretro: search for BIOS harder | notaz | |
2013-06-04 | (Blackberry Playbook) Fix Blackberry Playbook build - strcasestr is | twinaphex | |
not implemented | |||
2013-06-04 | Core option: Add neon_enhancement_no_main | twinaphex | |
2013-06-04 | Remove #if 0 around NEON enhancement | twinaphex | |
2013-05-27 | libretro: don't call dfinput_activate too early | notaz | |
2013-05-26 | libretro: try to fix enhancement | notaz | |