aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-07Remove dead non retroarch platforms, prepare for second memcardmeepingsnesroms
2017-04-07Merge pull request #1 from libretro/mastermeepingsnesroms
update from master
2017-04-05These are needed to reset on systems without a keyboard.meepingsnesroms
It is also not a bug that load state after pushing reset still resets, this is the only way to make it work for now. On mac it will actually crash the OS and make you reboot.
2017-04-03Merge pull request #112 from yshui/mastermeepingsnesroms
Fixes for 3DS
2017-04-03Fix running on CTR: dyncache mmap doesn't specify MAP_FIXED anymoreYuxuan Shui
2017-04-03Fix build on CTR: CTR doesn't have neonYuxuan Shui
2017-03-10Merge pull request #109 from Kekun/masterTwinaphex
libretro: Remove reset in retro_run() hack
2017-03-10libretro: Remove reset in retro_run() hackAdrien Plazas
Removes a hack breaking deserialization when running retro_reset(), retro_unserialize() and retro_run() in this order, as it silently resets the core just after setting its state.
2017-03-02define PATH_MAX if needed.aliaspider
2017-03-02(WIN32) move #define statements after all #include statements.aliaspider
2017-03-02fix implicit-function-declaration warnings/errors.aliaspider
2017-03-02clean windows line endings in libpcsxcore/plugins.caliaspider
2017-02-11Merge pull request #101 from sergiobenrocha2/masterTwinaphex
Use disabled/enabled instead, like other core settings.
2017-02-11Use disabled/enabled instead, like other core settings.Sérgio Benjamim
2017-02-07Fix buggy option being on by defaultmeepingsnesroms
2017-01-29Merge pull request #99 from orbea/revert-97-errorAlcaro
Revert "return false if info is NULL inside retro_load_game"
2017-01-24Revert "return false if info is NULL inside retro_load_game"orbea
2017-01-25Merge pull request #96 from orbea/zlibTwinaphex
Rename uncompress2 to avoid conflicts with zlib.h on some systems
2017-01-24Merge pull request #98 from ilag11111/cheatSupportmeepingsnesroms
Enable support for multiline cheats.
2017-01-24Cleanup a bit more.iLag
2017-01-24Enable support for multiline cheats. All non hexdec characters will be read ↵iLag
as delimiters and reformatted for PCSX's preferred format.
2017-01-24Merge pull request #97 from orbea/errorTwinaphex
return false if info is NULL inside retro_load_game
2017-01-24Rename uncompress2 to avoid conflicts with zlib.h on some systems. Fixes ↵orbea
https://github.com/libretro/pcsx_rearmed/issues/87
2017-01-24return false if info is NULL inside retro_load_gameorbea
2017-01-23Add option to display bootlogomeepingsnesroms
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-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