aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-02Add ASFLAGS for rpi2 platformLogan McNaughton
2016-05-02Add support for Raspberry Pi 2Logan McNaughton
2016-04-22Merge pull request #33 from dankcushions/masterTwinaphex
Merging in latest upstream changes
2016-04-22Merge branch 'notaz-master'dankcushions
2016-04-22Merge branch 'master' of https://github.com/notaz/pcsx_rearmed into notaz-masterdankcushions
2016-04-01fix build on some archsnotaz
just some unneeded preprocessor check
2016-04-01don't use __ARM_ARCH_7A__notaz
github issue #68
2016-04-01use __ARM_ARCHnotaz
2016-03-22Backport this - ↵twinaphex
https://github.com/jsonn/pkgsrc/commit/9d0d89dbc3ab94147676f296c61f977ee5ce5e36
2016-03-05large file supportnotaz
not tested if it actually reads over 2GB
2016-03-02Merge https://github.com/notaz/pcsx_rearmedtwinaphex
2016-03-01Merge pull request #29 from dankcushions/masterTwinaphex
Fix undefined compile error
2016-03-01Fix undefined compile errorChristopher Bransden
2016-02-28psxmem: use rounding that's more likely to worknotaz
2016-02-28drc: handle any immediatenotaz
2016-01-19Merge pull request #24 from sergiobenrocha2/masteraliaspider
Fix #23, space after USE_DYNAREC bugs it.
2016-01-19Fix #23, space after USE_DYNAREC bugs it.sergiobenrocha2
2016-01-16(3DS) - remove provileged services enabling code, it should be done byaliaspider
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-07menu: fix input config for device names ending with spacenotaz
reported by KP142EH12 and perhaps somebody else I forgot also take the opportunity to update libpicofe
2015-11-20Merge pull request #21 from phaseIV/masterTwinaphex
enhance neGcon compatibility
2015-11-18enhance neGcon compatibilityphaseIV
2015-11-18Merge pull request #20 from phaseIV/masterTwinaphex
patch to support the neGcon racing controller
2015-11-17cleanupphaseIV
2015-11-17fixed compile error and player2 supportphaseIV
2015-11-17fix for buttons I and II valuesphaseIV
2015-11-16initial neGcon controller supportphaseIV
2015-11-01Attempt to avod build errors for Mingwtwinaphex
2015-10-15Update iOS rulestwinaphex
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-01nitaliaspider
2015-10-01(CTR/3DS) add a warning message when mprotect is called without thealiaspider
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 tooaliaspider
2015-09-23(ctr/3ds) add zlib.haliaspider
2015-09-23cleanup.aliaspider
2015-09-23(ctr/3ds) add target.aliaspider
2015-09-01(Vita) Add target - not finishedtwinaphex
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-29Backport http://pcsxr.codeplex.com/SourceControl/changeset/93284twinaphex
2015-05-20Merge pull request #18 from netux79/gamehacksTwinaphex
Expose 2 game hacks to allow play PE2, VH1/2 & Inuyasha
2015-05-19Expose 2 game hacks to allow play PE2, VH1/2 & Inuyashanetux79
Expose already existing hacks that allow to run games that have timing issues.
2015-04-22Merge pull request #17 from jvanderneutstulen/fix-pad2-analog-inputTwinaphex
Poll analog inputs of pad2 when it's an analog pad.
2015-04-22Poll analog inputs of pad2 when it's an analog pad.Jasper van der Neut - Stulen
2015-04-04Merge https://github.com/notaz/pcsx_rearmedtwinaphex
2015-03-25psxmem: fix error handlingnotaz
also bump libpicofe for mmap fix
2015-03-12Merge pull request #16 from iKarith/masterTwinaphex
Generate dynarec AND interpreter on iOS (with single invocation!)
2015-03-12Generate dynarec AND interpreter on iOS (with single invocation!)T. Joseph Carter