Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-28 | drc: handle any immediate | notaz | |
2016-01-19 | Merge pull request #24 from sergiobenrocha2/master | aliaspider | |
Fix #23, space after USE_DYNAREC bugs it. | |||
2016-01-19 | Fix #23, space after USE_DYNAREC bugs it. | sergiobenrocha2 | |
2016-01-16 | (3DS) - remove provileged services enabling code, it should be done by | aliaspider | |
the frontend instead. - dynamically allocate the recompiler cache, this will allow using the recompiler even when the .bss section is relocated far from the .text section (for example when using the hombrew loader). | |||
2016-01-07 | menu: fix input config for device names ending with space | notaz | |
reported by KP142EH12 and perhaps somebody else I forgot also take the opportunity to update libpicofe | |||
2015-11-20 | Merge pull request #21 from phaseIV/master | Twinaphex | |
enhance neGcon compatibility | |||
2015-11-18 | enhance neGcon compatibility | phaseIV | |
2015-11-18 | Merge pull request #20 from phaseIV/master | Twinaphex | |
patch to support the neGcon racing controller | |||
2015-11-17 | cleanup | phaseIV | |
2015-11-17 | fixed compile error and player2 support | phaseIV | |
2015-11-17 | fix for buttons I and II values | phaseIV | |
2015-11-16 | initial neGcon controller support | phaseIV | |
2015-11-01 | Attempt to avod build errors for Mingw | twinaphex | |
2015-10-15 | Update iOS rules | twinaphex | |
2015-10-03 | (CTR/3DS) build fix. | aliaspider | |
2015-10-03 | (CTR/3DS) some performance tweaks: | aliaspider | |
- use linearAlloc for vout_buf. - use svcFlushProcessDataCache to flush only the required range, invalidating icache doesn't seem to be required. | |||
2015-10-01 | nit | aliaspider | |
2015-10-01 | (CTR/3DS) add a warning message when mprotect is called without the | aliaspider | |
needed svc access. | |||
2015-10-01 | (ctr/3ds) fix 3dsx build. | aliaspider | |
2015-09-29 | (vita) build fix (cont). | aliaspider | |
add missing files | |||
2015-09-29 | (vita) build fix. | aliaspider | |
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 | |