aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-22Update libretro.hAlcaro
2014-08-06Merge pull request #7 from tobiasjakobi/fixesTwinaphex
libretro: adjust indentation style
2014-08-06libretro: adjust indentation styleTobias Jakobi
The indentation style should be at least consistent inside a single function.
2014-07-30Makefile - fixup Windows buildtwinaphex
2014-06-23Set performance leveltwinaphex
2014-04-26Add OSX version minor detection to Makefiletwinaphex
2014-03-04Merge pull request #6 from tobiasjakobi/memalignTwinaphex
libretro: only use posix_memalign when it's safe
2014-03-04libretro: only use posix_memalign when it's safeTobias Jakobi
2014-03-04Merge pull request #5 from tobiasjakobi/memalignTwinaphex
libretro: align vout_buf to 128-bit
2014-03-04libretro: align vout_buf to 128-bitTobias Jakobi
2014-01-03(OSX) Set min OS version to 10.6twinaphex
2013-12-31(Libretro) Add frame duping core optiontwinaphex
2013-12-31Fixed NEON GPU plugin for PC by using stdint.h types - usetwinaphex
NEON GPU plugin for non-ARM targets now
2013-12-24Merge https://github.com/notaz/pcsx_rearmedtwinaphex
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-12-19(iOS) Work around clang crash when compiling libpcsxcor/new_dynarec/pcsxmem.c.meancoot
2013-12-18Update libretro.htwinaphex
2013-12-02(iOS) Add min SDK version for compatbilitytwinaphex
2013-11-30(iOS) Add min SDK versiontwinaphex
2013-11-11Merge https://github.com/notaz/pcsx_rearmedtwinaphex
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-25Merge https://github.com/notaz/pcsx_rearmedtwinaphex
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-07-13(Makefile libretro) Make more generic ARM targettwinaphex
2013-06-19Merge pull request #3 from meancoot/masterSquarepusher
Add a core option to allow analog pads
2013-06-18libretro: Add analog option for player 1meancoot
2013-06-07Merge git://github.com/notaz/pcsx_rearmedtwinaphex
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-27(Blackberry Playbook) Fix Blackberry Playbook build - strcasestr istwinaphex
not implemented
2013-05-27Core option: Add neon_enhancement_no_maintwinaphex
2013-05-26Merge git://github.com/notaz/pcsx_rearmedtwinaphex
2013-05-27libretro: don't call dfinput_activate too earlynotaz
2013-05-26Remove #if 0 around NEON enhancementtwinaphex
2013-05-26Merge git://github.com/notaz/pcsx_rearmedtwinaphex
2013-05-26libretro: try to fix enhancementnotaz
2013-05-26Merge git://github.com/notaz/pcsx_rearmedtwinaphex