aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Collapse)Author
2020-04-26Fixed bug where MSB of a 15-bit BGR color could corrupt green value. Also ↵J-O-N
added documentation.
2020-02-08menu: fix a buffer overflownotaz
Reported by @wwhheerree, closes #152.
2019-03-07Diablo Music fix for PCSX Rearmed. (optional hack)gameblabla
Let's also allow it to be changed from the menu. Set to off by default as it could cause issues in some other games.
2016-09-19drc: try to support w^x platforms like iOSnotaz
untested...
2016-04-01don't use __ARM_ARCH_7A__notaz
github issue #68
2016-01-07menu: fix input config for device names ending with spacenotaz
reported by KP142EH12 and perhaps somebody else I forgot also take the opportunity to update libpicofe
2015-03-25psxmem: fix error handlingnotaz
also bump libpicofe for mmap fix
2015-02-06libretro: always use fixed samples per framenotaz
2015-02-05release r22notaz
2015-02-03frontend: fix minor glitches on video mode changesnotaz
2015-02-03frontend: update libpicofenotaz
2015-01-14frontend: pandora: work around r20a vs r21 versioningnotaz
otherwise PNDManager doesn't want to update..
2015-01-13release r21notaz
2015-01-13frontend: tune scanline implementation a bitnotaz
2015-01-13frontend: show C64x optionnotaz
2015-01-04spu: threaded implementationnotaz
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-03mingw build fixesnotaz
2014-12-25release r20notaz
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-23drc: implement block addr list savingnotaz
should give better experience after savestate load
2014-12-21libretro: enable dither for peops pluginnotaz
2014-12-20fix up other platforms after rumble changenotaz
2014-12-20libretro: Add rumble supportksv1986
Conflicts: frontend/libretro.c
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-20spu: rework synchronizationnotaz
2014-12-20spu: add a schedule callbacknotaz
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 libretro.hAlcaro
2014-12-20libretro: adjust indentation styleTobias Jakobi
The indentation style should be at least consistent inside a single function.
2014-12-20libretro: Set performance leveltwinaphex
2014-12-20libretro: only use posix_memalign when it's safeTobias Jakobi
2014-12-20libretro: align vout_buf to 128-bitTobias Jakobi
2014-12-20(Libretro) Add frame duping core optiontwinaphex
Conflicts: frontend/libretro.c
2013-12-22libretro: add dynarec switchnotaz
2013-12-22Update libretro.htwinaphex
2013-11-04libretro: Add analog option for player 1meancoot
2013-06-05libretro: search for BIOS hardernotaz
2013-06-04(Blackberry Playbook) Fix Blackberry Playbook build - strcasestr istwinaphex
not implemented
2013-06-04Core option: Add neon_enhancement_no_maintwinaphex