aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-22Merge pull request #94 from meepingsnesroms/masterTwinaphex
Fix crash on restart from menu
2017-01-22Fix crash on restart from menumeepingsnesroms
2016-12-23Merge pull request #86 from andrewlxer/masterTwinaphex
Do some light multitap cleanup
2016-12-22Do some light multitap cleanupAndrew
After seeing the regressions from multitap I took a quick look at the code, and there's quite a bit of cleanup needed. This fixes the initial really obvious stuff, a useless copy and a duplicate in_keystate that can cause compilation issues, along with bringing styling closer to the pcsx standard so it's a bit more readable. The multitap changeset also seems to have been done with an editor that mangled line endings, I'll address that in a followup commit.
2016-12-19Merge pull request #85 from alexis-puska/master_mergedTwinaphex
Master merged
2016-12-19fix multitap and analogalexis-puska
2016-12-19Merge branch 'master' of https://github.com/libretro/pcsx_rearmed into ↵Alexis PUSKARCZYK
master_merged
2016-12-10Merge pull request #83 from GregorR/libretro-git-versionTwinaphex
Report git version with library_version
2016-12-09Report git version with library_versionGregor Richards
2016-11-26Merge pull request #81 from joolswills/dynarec_enablealiaspider
enable dynarec core - was hardcoded to off - fixes #78
2016-11-26enable dynarec core - was hardcoded to off - fixes #78Jools Wills
2016-10-18Merge pull request #76 from heronr/analog_range_fixTwinaphex
Fixed analog stick ranges to be [0, 255]
2016-10-11Fixed analog stick ranges to be [0, 255]Nick Rivera
2016-10-04Merge pull request #75 from frangarcj/masterFrancisco José García García
(VITA) Use RWX path
2016-10-04(VITA) Use RWX pathFrancisco José García García
2016-09-30Backport drc: fix a mistake from w^x cahngetwinaphex
2016-09-30drc: fix a mistake from w^x changenotaz
Fixes: d148d265
2016-09-29Define NO_WRITE_EXEC for Androidtwinaphex
2016-09-28Merge pull request #73 from frangarcj/masterTwinaphex
Fix software buffer
2016-09-28Fix software bufferFrancisco José García García
2016-09-28(new_dynarec) Cleanupstwinaphex
2016-09-28(new_dynarec) Updatetwinaphex
2016-09-28Merge pull request #72 from frangarcj/masterTwinaphex
Add support for software framebuffer
2016-09-28Add support for software framebufferFrancisco José García García
2016-09-27Update new_dynarec - working towards a common shared ari64twinaphex
codebase for both mupen64plus and pcsx rearmed - see libretro/ari64
2016-09-27Update makefiletwinaphex
2016-09-27Rearrange files for new_dynarectwinaphex
2016-09-27Merge pull request #71 from frangarcj/masterTwinaphex
Optimizations and quit error
2016-09-27(Vita) Disable debugFrancisco José García García
2016-09-27(Vita) Fix deinit bugFrancisco José García García
2016-09-27(VITA) Enable O3 optimizationsFrancisco José García García
2016-09-26Merge pull request #70 from d3m3vilurr/fix-undef-ref-deinit_vita_mmapTwinaphex
Fix build error about undefined reference to `deinit_vita_mmap'
2016-09-26Fix build error about undefined reference to `deinit_vita_mmap'Sunguk Lee
``` frontend/libretro.o: In function `retro_deinit': libretro.c:(.text+0x3769): undefined reference to `deinit_vita_mmap' collect2: error: ld returned 1 exit status make: *** [pcsx_rearmed_libretro.so] Error 1 ``` Introduced #68
2016-09-26Merge pull request #68 from frangarcj/masterTwinaphex
(VITA) Dynarec working
2016-09-26(VITA) Dynarec workingFrancisco José García García
2016-09-22Merge pull request #67 from frangarcj/patch-1Twinaphex
Fix block creation
2016-09-21Update libretro.cFrancisco 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-19Revert "redports backport"twinaphex
This reverts commit f82bcc681184536aa6d3ee410b938671c1ba2ead.
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.