aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
AgeCommit message (Collapse)Author
2016-09-27Rearrange files for new_dynarectwinaphex
2016-09-26(VITA) Dynarec workingFrancisco José García García
2016-09-21Merge branch 'mainline' into libretronotaz
2016-09-21partially revert c4052f4d79cfnotaz
See github issue #74 for details.
2016-09-21drc: some vita and 3ds supportnotaz
not tested, mostly just guesswork
2016-09-21drc: avoid MAP_FIXEDnotaz
it's almost never a good idea, it will override some other mapping and make things crash
2016-09-20partially revert "(VITA) Some dynarec"notaz
See github issue #74 for details.
2016-09-20Revert "(VITA) Another dynarec fix"notaz
This reverts commit d9e6b42f224f10d8b6f2454da1f5d80735f8e0d6. See github issue #74 for details.
2016-09-20Revert "(VITA) More dynarec fixes"notaz
This reverts commit 1c2e3fc3baf93e7c17f678d0d187e9f424360bb2. See github issue #74 for details.
2016-09-19drc: try to support w^x platforms like iOSnotaz
untested...
2016-09-19drc: remove unnecessary cache flushingnotaz
should already be flushed or not matter at this point
2016-09-18drc: enable and fix warningsnotaz
these were kept for compat with Ari64's code, which is removed, see previous commit messages
2016-09-18drc: mark things staticnotaz
2016-09-18drc: strip eol blanksnotaz
Because people send patches while using editors that strip blanks and the patch becomes a mess.
2016-09-18drc: drop less obvious dead codenotaz
2016-09-18drc: drop heaps of dead codenotaz
I've kept it around to keep the code similar to Ari64's version, so that it would be easier to merge back his fixes. However Mupen64plus has long reformatted the code and it kind of went different direction anyway, so there is no point to keep all this code now.
2016-09-06(VITA) More dynarec fixesfrangarcj
2016-09-06(VITA) Another dynarec fixfrangarcj
2016-09-06(VITA) Some dynarecfrangarcj
2016-07-15comment some debugging printf.alexis-puska
comment some debugging printf.
2016-07-03pad index fixalexis-puska
2016-07-03refactor some code + bug fixalexis-puska
2016-07-02fix compilation erroralexis-puska
2016-07-02code refactoralexis-puska
Code refactor to build the response of request 0x42 read the pad key state
2016-07-02Add dual shop request/responsealexis-puska
Add dualshock request/response to declare Analog pad correctly and retrieved the vibration information.
2016-06-18suppress hack for crazy value on read port 2alexis-puska
pass pad index in pad datas structure.
2016-05-13Style nitscbransden
2016-05-13Defensive code to avoid SEGFAULTdankcushions
2016-05-13second implementation of multitapalexis-puska
add game/core option to enabled or disabled multitap. Test with micro machine V3 and 5 devices, 2 multitap enabled, all device react good i can’t test the 6 7 8 select player but i can select 8 gamer. The 2 multitap works fine. i detect a bug, when we change the game pad type to analog, the library crash, see it next time
2016-05-13Added multitap core option & style nitscbransden
2016-05-13Initial multitap supportalexis-puska
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-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-02-28psxmem: use rounding that's more likely to worknotaz
2016-02-28drc: handle any immediatenotaz
2015-11-18enhance neGcon compatibilityphaseIV
2015-11-01Attempt to avod build errors for Mingwtwinaphex
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-09-29(vita) build fix.aliaspider
2015-09-23(ctr/3ds) add target.aliaspider
2015-07-29Backport http://pcsxr.codeplex.com/SourceControl/changeset/93284twinaphex
2015-03-25psxmem: fix error handlingnotaz
also bump libpicofe for mmap fix
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-03frontend: update libpicofenotaz