Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-01 | Fix polygon issues | meepingsnesroms | |
2017-09-01 | Merge pull request #2 from libretro/master | meepingsnesroms | |
Update from master | |||
2017-08-31 | Merge pull request #134 from yshui/fix | Twinaphex | |
Use dynamic base address for 3ds | |||
2017-08-28 | Use dynamic base address for 3ds too | Yuxuan Shui | |
Fixes #125 | |||
2017-05-08 | Merge pull request #122 from hooby3dfx/patch-2 | Twinaphex | |
Another minor update to no BIOS error string | |||
2017-05-07 | Update libretro.c | Bryan Barnes | |
2017-05-07 | Merge pull request #120 from pjft/pjft-experimental | Twinaphex | |
Adding enable/disable dithering core option with support for Neon GPU | |||
2017-05-06 | Adding enable/disable dithering core option with support for Neon GPU | pjft | |
2017-05-03 | Merge https://github.com/notaz/pcsx_rearmed | twinaphex | |
2017-05-03 | use pc-relative offsets for PIC too | notaz | |
2017-04-27 | Merge pull request #119 from LEGOAnimal22/master | Twinaphex | |
Search for the newest version of the BIOS first | |||
2017-04-26 | Search for the newest version of the BIOS first | LEGOAnimal22 | |
2017-04-25 | Merge pull request #118 from bochecha/master | meepingsnesroms | |
Remove the git submodules | |||
2017-04-25 | Remove the git submodules | Mathieu Bridon | |
The paths were removed in 76e889bcfaf9776b071627e7e8c9bff0465f539c. | |||
2017-04-25 | Merge pull request #117 from hooby3dfx/patch-1 | Twinaphex | |
More clear HLE BIOS error message | |||
2017-04-24 | More clear HLE BIOS error message | Bryan Barnes | |
2017-04-16 | (Android) Add APP_PLATFORM := android-9 to Application.mk | twinaphex | |
2017-04-09 | Turn min into macro | twinaphex | |
2017-04-09 | Merge pull request #113 from meepingsnesroms/master | Twinaphex | |
Remove outdated platforms | |||
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 |