pcsx_rearmed.git
2014-12-14 TwinaphexMerge pull request #10 from sergiobenrocha2/master
2014-12-14 sergiobenrocha2Cleanup Makefile.libretro.
2014-12-13 twinaphexJust use memmap.h header include in general
2014-12-13 twinaphexAdd mman wrapper for Win32 and use it for PCSX ReARmed...
2014-12-07 TwinaphexMerge pull request #9 from Kekun/fix-load-invalid-game
2014-12-07 notazmisc: length is unsigned
2014-12-07 notazmisc: don't succeed on trash input
2014-12-07 notazpsxmem: remove hard requirement for a mapping
2014-12-05 twinaphexAdd core options to namespace
2014-12-04 twinaphexUpdate input descriptors
2014-12-04 twinaphex1) Build fix
2014-11-29 TwinaphexMerge pull request #8 from ksv1986/master
2014-11-29 ksv1986libretro: Add rumble support
2014-10-23 twinaphexUpdate Makefile
2014-09-22 AlcaroUpdate libretro.h
2014-08-06 TwinaphexMerge pull request #7 from tobiasjakobi/fixes
2014-08-06 Tobias Jakobilibretro: adjust indentation style
2014-07-30 twinaphexMakefile - fixup Windows build
2014-06-23 twinaphexSet performance level
2014-04-26 twinaphexAdd OSX version minor detection to Makefile
2014-03-04 TwinaphexMerge pull request #6 from tobiasjakobi/memalign
2014-03-04 Tobias Jakobilibretro: only use posix_memalign when it's safe
2014-03-04 TwinaphexMerge pull request #5 from tobiasjakobi/memalign
2014-03-04 Tobias Jakobilibretro: align vout_buf to 128-bit
2014-01-03 twinaphex(OSX) Set min OS version to 10.6
2013-12-31 twinaphex(Libretro) Add frame duping core option
2013-12-31 twinaphexFixed NEON GPU plugin for PC by using stdint.h types...
2013-12-23 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2013-12-22 notazlibretro: add dynarec switch
2013-12-22 meancoot(iOS) Work around clang crash when compiling libpcsxcor...
2013-12-22 twinaphexUpdate libretro.h
2013-12-22 twinaphex(iOS) Add min SDK version for compatbility
2013-12-22 twinaphex(iOS) Add min SDK version
2013-12-19 meancoot(iOS) Work around clang crash when compiling libpcsxcor...
2013-12-18 twinaphexUpdate libretro.h
2013-12-02 twinaphex(iOS) Add min SDK version for compatbility
2013-11-30 twinaphex(iOS) Add min SDK version
2013-11-11 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2013-11-03 notazpsxbios: fix NULL use warnings on newer GCCs
2013-11-03 notazpsx_gpu: workaround binutils bug #14887
2013-11-03 twinaphex(Makefile libretro) Make more generic ARM target
2013-11-03 meancootlibretro: Add analog option for player 1
2013-07-25 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2013-07-15 notazMerge pull request #21 from tejonbiker/master
2013-07-15 tejonbikerAdds the path to include correctly vmcs host
2013-07-13 twinaphex(Makefile libretro) Make more generic ARM target
2013-06-19 SquarepusherMerge pull request #3 from meancoot/master
2013-06-19 meancootlibretro: Add analog option for player 1
2013-06-07 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-06-04 notazdrc: add a test to catch broken platforms early
2013-06-04 notazpsxmem: handle map failures so that it can be retried
2013-06-04 notazlibretro: search for BIOS harder
2013-06-04 notazcdriso: log file open errors
2013-06-04 twinaphex(Blackberry Playbook) Fix Blackberry Playbook build...
2013-06-04 twinaphexCore option: Add neon_enhancement_no_main
2013-06-04 twinaphexRemove #if 0 around NEON enhancement
2013-05-27 twinaphex(Blackberry Playbook) Fix Blackberry Playbook build...
2013-05-26 twinaphexCore option: Add neon_enhancement_no_main
2013-05-26 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-05-26 notazlibretro: don't call dfinput_activate too early
2013-05-26 twinaphexRemove #if 0 around NEON enhancement
2013-05-26 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-05-26 notazlibretro: try to fix enhancement
2013-05-26 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-05-26 twinaphexRevert "Add hack for broken bin/cue loading right now...
2013-05-26 twinaphexPass correct type for RETRO_ENVIRONMENT_SET_MESSAGE
2013-05-26 twinaphexAdd system message warning if a BIOS file could not...
2013-05-26 twinaphexComment out neon_enhancement_enable for now
2013-05-26 twinaphex(Libretro) Add NEON interlace enable core option and...
2013-05-26 twinaphexTake out soft_filter for now as core option
2013-05-26 twinaphex(Libretro) Add core options - Frameskip and (for ARM...
2013-05-26 twinaphex(NEON ARM) Add NEON ARM core option (Enhanced resolutio...
2013-05-26 twinaphex(iOS) Standardize target name
2013-05-26 ToadKingimplement "add_image_index" correctly
2013-05-26 ToadKingfix bug with memory card files being overwritten with...
2013-05-26 ToadKingadd support for mednafen-style .m3u files for multi...
2013-05-26 twinaphexAdd .toc to valid_extensions
2013-05-26 twinaphex(libretro) Library version is too long to show in RGUI
2013-05-26 twinaphex(QNX) Compilation fix
2013-05-26 twinaphexUpdate target names in Makefile
2013-05-26 twinaphex(libretro) Update header
2013-05-26 notazcdriso: make sure to open correct file for cdda
2013-05-26 notazcdriso: use correct buffer in .toc check
2013-05-25 twinaphexPass correct type for RETRO_ENVIRONMENT_SET_MESSAGE
2013-05-25 twinaphexAdd system message warning if a BIOS file could not...
2013-05-24 twinaphexComment out neon_enhancement_enable for now
2013-05-24 twinaphex(Libretro) Add NEON interlace enable core option and...
2013-05-23 twinaphexTake out soft_filter for now as core option
2013-05-23 twinaphex(Libretro) Add core options - Frameskip and (for ARM...
2013-05-23 twinaphex(NEON ARM) Add NEON ARM core option (Enhanced resolutio...
2013-05-18 twinaphex(iOS) Standardize target name
2013-05-07 ToadKingimplement "add_image_index" correctly
2013-05-07 ToadKingfix bug with memory card files being overwritten with...
2013-05-07 ToadKingadd support for mednafen-style .m3u files for multi...
2013-05-03 twinaphexAdd hack for broken bin/cue loading right now at startup
2013-05-03 twinaphexAdd .toc to valid_extensions
2013-04-30 twinaphex(QNX) Compilation fix
2013-04-17 twinaphexUpdate target names in Makefile
2013-04-08 twinaphex(libretro) Update header
2013-04-05 twinaphexMerge git://github.com/notaz/pcsx_rearmed
next