Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-23 | (ctr/3ds) add zconf.h too | aliaspider | |
2015-09-23 | (ctr/3ds) add zlib.h | aliaspider | |
2015-09-23 | cleanup. | aliaspider | |
2015-09-23 | (ctr/3ds) add target. | aliaspider | |
2015-09-01 | (Vita) Add target - not finished | twinaphex | |
2015-08-02 | (OSX) Lower requirements to OSX 10.1(OSX) Lower requirements to OSX ↵ | twinaphex | |
10.1(OSX) Lower requirements to OSX 10.1(OSX) Lower requirements to OSX 10.1(OSX) Lower requirements to OSX 10.1(OSX) Lower requirements to OSX 10.1(OSX) Lower requirements to OSX 10.1(OSX) Lower requirements to OSX 10.1(OSX) Lower requirements to OSX 10.1 | |||
2015-07-29 | Backport http://pcsxr.codeplex.com/SourceControl/changeset/93284 | twinaphex | |
2015-05-20 | Merge pull request #18 from netux79/gamehacks | Twinaphex | |
Expose 2 game hacks to allow play PE2, VH1/2 & Inuyasha | |||
2015-05-19 | Expose 2 game hacks to allow play PE2, VH1/2 & Inuyasha | netux79 | |
Expose already existing hacks that allow to run games that have timing issues. | |||
2015-04-22 | Merge pull request #17 from jvanderneutstulen/fix-pad2-analog-input | Twinaphex | |
Poll analog inputs of pad2 when it's an analog pad. | |||
2015-04-22 | Poll analog inputs of pad2 when it's an analog pad. | Jasper van der Neut - Stulen | |
2015-04-04 | Merge https://github.com/notaz/pcsx_rearmed | twinaphex | |
2015-03-25 | psxmem: fix error handling | notaz | |
also bump libpicofe for mmap fix | |||
2015-03-12 | Merge pull request #16 from iKarith/master | Twinaphex | |
Generate dynarec AND interpreter on iOS (with single invocation!) | |||
2015-03-12 | Generate dynarec AND interpreter on iOS (with single invocation!) | T. Joseph Carter | |
2015-03-10 | We rely on QNX Makefile target | twinaphex | |
2015-03-10 | Merge pull request #15 from iKarith/master | Twinaphex | |
Don't use xcrun for setting IOSSDK | |||
2015-03-10 | Don't use xcrun for setting IOSSDK | T. Joseph Carter | |
2015-03-06 | arm_features.h Add ARM architectures 8A and 6M | gizmo98 | |
Just copied macros from gcc source code: https://github.com/gcc-mirror/gcc/blob/113a5d9f83975b703ec06a1d2baa30604d322cf1/libatomic/config/arm/arm-config.h#L54 | |||
2015-03-06 | Create linux-portable target | twinaphex | |
2015-02-14 | arm_features.h Add ARM architectures 8A and 6M | gizmo98 | |
Just copied macros from gcc source code: https://github.com/gcc-mirror/gcc/blob/113a5d9f83975b703ec06a1d2baa30604d322cf1/libatomic/config/arm/arm-config.h#L54 | |||
2015-02-06 | Merge pull request #14 from notaz/for_libretro | Twinaphex | |
r22 merge | |||
2015-02-06 | Merge branch 'upstream' into libretro | notaz | |
2015-02-06 | libretro: always use fixed samples per frame | notaz | |
2015-02-05 | release r22 | notaz | |
2015-02-05 | gpulib: remove unneeded hack | notaz | |
2015-02-05 | dma: some timing hacks | notaz | |
untested | |||
2015-02-05 | dma: do some madr updates | notaz | |
untested, but makes ff7 behave better with linked lists (dither problem) | |||
2015-02-04 | gpu_unai: fix some 64bit issues | notaz | |
2015-02-03 | frontend: fix minor glitches on video mode changes | notaz | |
2015-02-03 | frontend: update libpicofe | notaz | |
2015-02-02 | spu: c64x: fix cache handling, enable l2 | notaz | |
2015-02-02 | spu: fix some thread safety issues | notaz | |
reverb and stuff | |||
2015-02-01 | readme: fix a link | notaz | |
2015-02-01 | convert readme to markdown | notaz | |
2015-01-31 | travis: add dependencies | notaz | |
2015-01-31 | let's try Travis CI | notaz | |
2015-01-31 | gte_arm.S: Use ARMv6 if possible | gizmo98 | |
Replace HAVE_ARMv7 with HAVE_ARMv6 if the instructions are supported by ARMv6. ssat, usat and sxth are present under ARMv6: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473k/dom1361289925707.html | |||
2015-01-31 | assem_arm.c: Use ARMv6 instructions if possible | gizmo98 | |
Replace HAVE_ARMv7 with HAVE_ARMv6 if the instructions are supported by ARMv6. uxth, sxth and sxtb are present under ARMv6: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473k/dom1361289925707.html | |||
2015-01-31 | Add __ARM_ARCH_7S__ architecture | gizmo98 | |
See http://sourceforge.net/p/predef/wiki/Architectures/ Apple A6 is an __ARM__ARCH_7S__ architecture. | |||
2015-01-25 | Merge pull request #12 from notaz/for_libretro | Twinaphex | |
r21 merge | |||
2015-01-25 | Merge branch 'upstream' into libretro | notaz | |
2015-01-14 | frontend: pandora: work around r20a vs r21 versioning | notaz | |
otherwise PNDManager doesn't want to update.. | |||
2015-01-13 | try to fix r-pi build | notaz | |
2015-01-13 | release r21 | notaz | |
2015-01-13 | frontend: tune scanline implementation a bit | notaz | |
2015-01-13 | frontend: show C64x option | notaz | |
2015-01-13 | spu: put reverb on the thread too | notaz | |
and more stuff to work struct | |||
2015-01-12 | gpulib: use more conservative loop detection | notaz | |
the old one was causing too many cache misses | |||
2015-01-12 | some random improvements | notaz | |