Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-24 | Enable support for multiline cheats. All non hexdec characters will be read ↵ | iLag | |
as delimiters and reformatted for PCSX's preferred format. | |||
2017-01-24 | Merge pull request #97 from orbea/error | Twinaphex | |
return false if info is NULL inside retro_load_game | |||
2017-01-24 | Rename uncompress2 to avoid conflicts with zlib.h on some systems. Fixes ↵ | orbea | |
https://github.com/libretro/pcsx_rearmed/issues/87 | |||
2017-01-24 | return false if info is NULL inside retro_load_game | orbea | |
2017-01-23 | Add option to display bootlogo | meepingsnesroms | |
2017-01-22 | Merge pull request #94 from meepingsnesroms/master | Twinaphex | |
Fix crash on restart from menu | |||
2017-01-22 | Fix crash on restart from menu | meepingsnesroms | |
2016-12-23 | Merge pull request #86 from andrewlxer/master | Twinaphex | |
Do some light multitap cleanup | |||
2016-12-22 | Do some light multitap cleanup | Andrew | |
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-19 | Merge pull request #85 from alexis-puska/master_merged | Twinaphex | |
Master merged | |||
2016-12-19 | fix multitap and analog | alexis-puska | |
2016-12-19 | Merge branch 'master' of https://github.com/libretro/pcsx_rearmed into ↵ | Alexis PUSKARCZYK | |
master_merged | |||
2016-12-10 | Merge pull request #83 from GregorR/libretro-git-version | Twinaphex | |
Report git version with library_version | |||
2016-12-09 | Report git version with library_version | Gregor Richards | |
2016-11-26 | Merge pull request #81 from joolswills/dynarec_enable | aliaspider | |
enable dynarec core - was hardcoded to off - fixes #78 | |||
2016-11-26 | enable dynarec core - was hardcoded to off - fixes #78 | Jools Wills | |
2016-10-18 | Merge pull request #76 from heronr/analog_range_fix | Twinaphex | |
Fixed analog stick ranges to be [0, 255] | |||
2016-10-11 | Fixed analog stick ranges to be [0, 255] | Nick Rivera | |
2016-10-04 | Merge pull request #75 from frangarcj/master | Francisco José García García | |
(VITA) Use RWX path | |||
2016-10-04 | (VITA) Use RWX path | Francisco José García García | |
2016-09-30 | Backport drc: fix a mistake from w^x cahnge | twinaphex | |
2016-09-30 | drc: fix a mistake from w^x change | notaz | |
Fixes: d148d265 | |||
2016-09-29 | Define NO_WRITE_EXEC for Android | twinaphex | |
2016-09-28 | Merge pull request #73 from frangarcj/master | Twinaphex | |
Fix software buffer | |||
2016-09-28 | Fix software buffer | Francisco José García García | |
2016-09-28 | (new_dynarec) Cleanups | twinaphex | |
2016-09-28 | (new_dynarec) Update | twinaphex | |
2016-09-28 | Merge pull request #72 from frangarcj/master | Twinaphex | |
Add support for software framebuffer | |||
2016-09-28 | Add support for software framebuffer | Francisco José García García | |
2016-09-27 | Update new_dynarec - working towards a common shared ari64 | twinaphex | |
codebase for both mupen64plus and pcsx rearmed - see libretro/ari64 | |||
2016-09-27 | Update makefile | twinaphex | |
2016-09-27 | Rearrange files for new_dynarec | twinaphex | |
2016-09-27 | Merge pull request #71 from frangarcj/master | Twinaphex | |
Optimizations and quit error | |||
2016-09-27 | (Vita) Disable debug | Francisco José García García | |
2016-09-27 | (Vita) Fix deinit bug | Francisco José García García | |
2016-09-27 | (VITA) Enable O3 optimizations | Francisco José García García | |
2016-09-26 | Merge pull request #70 from d3m3vilurr/fix-undef-ref-deinit_vita_mmap | Twinaphex | |
Fix build error about undefined reference to `deinit_vita_mmap' | |||
2016-09-26 | Fix 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-26 | Merge pull request #68 from frangarcj/master | Twinaphex | |
(VITA) Dynarec working | |||
2016-09-26 | (VITA) Dynarec working | Francisco José García García | |
2016-09-22 | Merge pull request #67 from frangarcj/patch-1 | Twinaphex | |
Fix block creation | |||
2016-09-21 | Update libretro.c | Francisco José García García | |
2016-09-21 | Merge branch 'mainline' into libretro | notaz | |
2016-09-21 | partially revert c4052f4d79cf | notaz | |
See github issue #74 for details. | |||
2016-09-21 | drc: some vita and 3ds support | notaz | |
not tested, mostly just guesswork | |||
2016-09-21 | drc: avoid MAP_FIXED | notaz | |
it's almost never a good idea, it will override some other mapping and make things crash | |||
2016-09-20 | partially revert "(VITA) Some dynarec" | notaz | |
See github issue #74 for details. | |||
2016-09-20 | Revert "(VITA) Another dynarec fix" | notaz | |
This reverts commit d9e6b42f224f10d8b6f2454da1f5d80735f8e0d6. See github issue #74 for details. | |||
2016-09-20 | Revert "(VITA) More dynarec fixes" | notaz | |
This reverts commit 1c2e3fc3baf93e7c17f678d0d187e9f424360bb2. See github issue #74 for details. | |||
2016-09-19 | Revert "redports backport" | twinaphex | |
This reverts commit f82bcc681184536aa6d3ee410b938671c1ba2ead. |