aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-18enhance neGcon compatibilityphaseIV
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
2015-03-10We rely on QNX Makefile targettwinaphex
2015-03-10Merge pull request #15 from iKarith/masterTwinaphex
Don't use xcrun for setting IOSSDK
2015-03-10Don't use xcrun for setting IOSSDKT. Joseph Carter
2015-03-06arm_features.h Add ARM architectures 8A and 6Mgizmo98
Just copied macros from gcc source code: https://github.com/gcc-mirror/gcc/blob/113a5d9f83975b703ec06a1d2baa30604d322cf1/libatomic/config/arm/arm-config.h#L54
2015-03-06Create linux-portable targettwinaphex
2015-02-14arm_features.h Add ARM architectures 8A and 6Mgizmo98
Just copied macros from gcc source code: https://github.com/gcc-mirror/gcc/blob/113a5d9f83975b703ec06a1d2baa30604d322cf1/libatomic/config/arm/arm-config.h#L54
2015-02-06Merge pull request #14 from notaz/for_libretroTwinaphex
r22 merge
2015-02-06Merge branch 'upstream' into libretronotaz
2015-02-06libretro: always use fixed samples per framenotaz
2015-02-05release r22notaz
2015-02-05gpulib: remove unneeded hacknotaz
2015-02-05dma: some timing hacksnotaz
untested
2015-02-05dma: do some madr updatesnotaz
untested, but makes ff7 behave better with linked lists (dither problem)
2015-02-04gpu_unai: fix some 64bit issuesnotaz
2015-02-03frontend: fix minor glitches on video mode changesnotaz
2015-02-03frontend: update libpicofenotaz
2015-02-02spu: c64x: fix cache handling, enable l2notaz
2015-02-02spu: fix some thread safety issuesnotaz
reverb and stuff
2015-02-01readme: fix a linknotaz
2015-02-01convert readme to markdownnotaz
2015-01-31travis: add dependenciesnotaz