pcsx_rearmed.git
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
2013-04-05 notazdon't rely on unsigned char on arm
2013-04-04 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-04-04 notazcdriso: look for data files if other one is selected
2013-04-04 notazcdriso: prefer .toc over .cue
2013-04-03 notazMerge branch 'master' into libretro
2013-04-02 notazdrc: fix a bug made during UAL conversion
2013-04-02 notazMerge branch 'master' into libretro
2013-04-02 notazdrc: handle more calling conventions
2013-04-02 notazMerge branch 'master' into libretro
2013-04-02 notazdrc/psx_gpu: handle more calling conventions
2013-04-01 notazMerge branch 'master' into libretro
2013-04-01 notazlibretro: rename targets to be picked by menu
2013-04-01 notazfrontend: flush emuLog
2013-04-01 notazMerge branch 'master' into libretro
2013-04-01 notazavoid MAP_FIXED, log mappings
2013-04-01 notazfrontend: attempt basic ios logging
2013-04-01 notazMerge branch 'master' into libretro
2013-04-01 notazlibretro: minor adjustments and a sanity check
2013-04-01 twinaphex(Blackberry) Define CC and AR in Makefile - so we can...
2013-04-01 twinaphex(Libretro Makefile) Add ARM target
2013-04-01 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-04-01 notazasm: fix incorrect offsets
2013-04-01 notazlibretro: enable gpu_neon
2013-04-01 notazpsx_gpu: support relative jumptables
2013-04-01 notazpsx_gpu: convert to UAL, load everything from context
2013-04-01 twinaphex(Libretro Makefile) Add ARM target
2013-03-31 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-03-31 notazlibretro/ios: workaround clang segfault
2013-03-31 notazlibretro/ios: enable dynarec, update target names
2013-03-31 notazdrc: convert linkage_arm to UAL, adjust loads
2013-03-31 notazfix clang warnings
2013-03-31 notazdrc: use print wrapper to output errors
2013-03-31 notazgte_neon: access scratch_buf through drc context
2013-03-31 notazdrc: rework linkage_arm for better assembler compatibility
2013-03-31 notazstill adjusting asm for better as compatibility..
2013-03-31 almostalivetiny little android neon build fix
2013-03-27 SquarepusherMerge pull request #2 from almostalive/master
2013-03-27 almostalivetiny little android neon build fix
2013-03-25 twinaphex(Blackberry) Define CC and AR in Makefile - so we can...
2013-03-25 twinaphexMerge branch 'mainline'
2013-03-25 notazlibretro: rework makefile
2013-03-25 notazasm: use a macro for functions
2013-03-25 notazcspace_neon: convert to .S
2013-03-25 notazgas-preprocessor: support .bss
2013-03-25 notazgte: be friendly to more assemblers
2013-03-25 notazuse gas-preprocessor for ios
2013-03-25 CatalystGAdd missing ifdef, move QNX RAM mapping closer to others
2013-03-25 CatalystGAdd support for PlayBook/BB10 with libretro
2013-03-25 twinaphexChanges to Makefile.libretro
2013-03-25 twinaphexDon't compile in null sound driver for libretro and add
2013-03-25 SquarepusherMerge pull request #1 from CatalystG/libretro
2013-03-25 CatalystGAdd missing ifdef, move QNX RAM mapping closer to others
2013-03-24 CatalystGAdd support for PlayBook/BB10 with libretro
2013-03-23 twinaphexRevert "(iOS) Use GCC (not working yet)"
2013-03-22 twinaphex(iOS) Use GCC (not working yet)
2013-03-22 twinaphexChanges to Makefile.libretro
2013-03-21 twinaphex(libretro) Library version is too long to show in RGUI
2013-03-21 twinaphexDon't compile in null sound driver for libretro and add
2013-03-18 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-03-17 notazrelease r19 r19
2013-03-17 notazdrc: timing hacks
2013-03-17 notazspu: change sync again
2013-03-15 notazlibretro: support disk control interface
next