Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-07 | Merge pull request #115 from pjft/pjft-experimental | meepingsnesroms | |
Adding "Enable Vibration" Core Option to LibRetro | |||
2017-04-07 | Adding "Enable Vibration" Core Option to LibRetro | pjft | |
2017-04-07 | Move dummy functions | meepingsnesroms | |
2017-04-07 | Remove dead non retroarch platforms, prepare for second memcard | meepingsnesroms | |
2017-04-07 | Merge pull request #1 from libretro/master | meepingsnesroms | |
update from master | |||
2017-04-05 | These 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-03 | Merge pull request #112 from yshui/master | meepingsnesroms | |
Fixes for 3DS | |||
2017-04-03 | Fix running on CTR: dyncache mmap doesn't specify MAP_FIXED anymore | Yuxuan Shui | |
2017-04-03 | Fix build on CTR: CTR doesn't have neon | Yuxuan Shui | |
2017-03-10 | Merge pull request #109 from Kekun/master | Twinaphex | |
libretro: Remove reset in retro_run() hack | |||
2017-03-10 | libretro: Remove reset in retro_run() hack | Adrien 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-02 | define PATH_MAX if needed. | aliaspider | |
2017-03-02 | (WIN32) move #define statements after all #include statements. | aliaspider | |
2017-03-02 | fix implicit-function-declaration warnings/errors. | aliaspider | |
2017-03-02 | clean windows line endings in libpcsxcore/plugins.c | aliaspider | |
2017-02-11 | Merge pull request #101 from sergiobenrocha2/master | Twinaphex | |
Use disabled/enabled instead, like other core settings. | |||
2017-02-11 | Use disabled/enabled instead, like other core settings. | Sérgio Benjamim | |
2017-02-07 | Fix buggy option being on by default | meepingsnesroms | |
2017-01-29 | Merge pull request #99 from orbea/revert-97-error | Alcaro | |
Revert "return false if info is NULL inside retro_load_game" | |||
2017-01-24 | Revert "return false if info is NULL inside retro_load_game" | orbea | |
2017-01-25 | Merge pull request #96 from orbea/zlib | Twinaphex | |
Rename uncompress2 to avoid conflicts with zlib.h on some systems | |||
2017-01-24 | Merge pull request #98 from ilag11111/cheatSupport | meepingsnesroms | |
Enable support for multiline cheats. | |||
2017-01-24 | Cleanup a bit more. | iLag | |
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 | |