aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-15Get rid of HAVE_MMAP ifdeftwinaphex
2014-12-14Merge pull request #10 from sergiobenrocha2/masterTwinaphex
Cleanup Makefile.libretro.
2014-12-14Cleanup Makefile.libretro.sergiobenrocha2
2014-12-13Just use memmap.h header include in generaltwinaphex
2014-12-13Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32twinaphex
2014-12-07Merge pull request #9 from Kekun/fix-load-invalid-gameTwinaphex
Fixes an infinite loop when loading an invalid game
2014-12-07misc: length is unsignednotaz
2014-12-07misc: don't succeed on trash inputnotaz
2014-12-07psxmem: remove hard requirement for a mappingnotaz
not all platforms have 1f800000 free not all mmap implementations use the addr hint..
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..
2014-12-05Add core options to namespacetwinaphex
2014-12-04Update input descriptorstwinaphex
2014-12-041) Build fixtwinaphex
2) Implement input descriptors
2014-11-29Merge pull request #8 from ksv1986/masterTwinaphex
libretro: Add rumble support
2014-11-29libretro: Add rumble supportksv1986
2014-10-23Update Makefiletwinaphex
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