aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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..
2013-12-22libretro: add dynarec switchnotaz
2013-12-22(iOS) Work around clang crash when compiling libpcsxcor/new_dynarec/pcsxmem.c.meancoot
2013-12-22Update libretro.htwinaphex
2013-12-22(iOS) Add min SDK version for compatbilitytwinaphex
2013-12-22(iOS) Add min SDK versiontwinaphex
2013-11-04psxbios: fix NULL use warnings on newer GCCsnotaz
2013-11-04psx_gpu: workaround binutils bug #14887notaz
Initially reported and patch supplied by ssj3gogeta
2013-11-04(Makefile libretro) Make more generic ARM targettwinaphex
2013-11-04libretro: Add analog option for player 1meancoot
2013-07-15Merge pull request #21 from tejonbiker/masternotaz
Fix the folder "vmcs_host/linux"
2013-07-15Adds the path to include correctly vmcs hosttejonbiker
2013-06-05drc: add a test to catch broken platforms earlynotaz
2013-06-05psxmem: handle map failures so that it can be retriednotaz
2013-06-05libretro: search for BIOS hardernotaz
2013-06-04cdriso: log file open errorsnotaz
2013-06-04(Blackberry Playbook) Fix Blackberry Playbook build - strcasestr istwinaphex
not implemented
2013-06-04Core option: Add neon_enhancement_no_maintwinaphex
2013-06-04Remove #if 0 around NEON enhancementtwinaphex
2013-05-27libretro: don't call dfinput_activate too earlynotaz
2013-05-26libretro: try to fix enhancementnotaz
2013-05-26Pass correct type for RETRO_ENVIRONMENT_SET_MESSAGEtwinaphex
2013-05-26Add system message warning if a BIOS file could not be foundtwinaphex
2013-05-26Comment out neon_enhancement_enable for nowtwinaphex
2013-05-26(Libretro) Add NEON interlace enable core option and region core optiontwinaphex