Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-22 | Adds per-game config when loading a game from args | neonloop | |
Per-game config can only be loaded after the CD image is loaded, which has to happen after plugins are initialized, which has to happen after the config is loaded. This change loads the global config first, and tries to load per-game config after the CD is loaded. This may not work 100% of the time, but works better than it does right now. | |||
2021-03-16 | Fixes key names in the controls menu | neonloop | |
2021-03-16 | Uses upstream libpicofe as a submodule | neonloop | |
2021-03-14 | Better default config for trimui | neonloop | |
2021-03-14 | Adds frameskip based on free audio buffer space | neonloop | |
2021-03-14 | Skips an unnecessary copy if the screen doesn't need scaling | neonloop | |
2021-03-14 | Adds scale hires setting to the menu | neonloop | |
2021-03-14 | Don't show peops / gl settings | neonloop | |
2021-03-14 | Config and saves go in ~/.pcsx | neonloop | |
2021-03-14 | Initial trimui s support | neonloop | |
2021-02-21 | Merge pull request #502 from justinweiss/restrict-threaded-rendering-drivers | Autechre | |
Restrict threaded rendering to unai / peops | |||
2021-02-20 | Restrict threaded rendering to unai / peops | Justin Weiss | |
2021-02-15 | Merge pull request #500 from bslenul/master | Autechre | |
Change HLE BIOS message. Please review first! | |||
2021-02-15 | Change HLE BIOS message. | bslenul | |
2021-02-11 | Merge pull request #499 from negativeExponent/fix_input | Autechre | |
multitap option fix | |||
2021-02-11 | Do not hide multitap core options | negativeExponent | |
2021-02-11 | Set multitap options disabled by default, prevent previous defaults from ↵ | negativeExponent | |
being accidentally loaded instead. | |||
2021-02-08 | Merge pull request #498 from glebm/patch-1 | Autechre | |
libretro: Add support for ps1_rom.bin (PS3 BIOS) | |||
2021-02-08 | libretro: Add support for ps1_rom.bin (PS3 BIOS) | Gleb Mazovetskiy | |
2021-02-05 | Disable lightrec for libnx | m4xw | |
Requires the impl. of the rw/rx patches first | |||
2021-01-13 | Merge pull request #487 from liberodark/patch-1 | Autechre | |
add H5 + N2 support | |||
2021-01-13 | add H5 + N2 support | liberodark | |
2021-01-10 | Update .gitlab-ci.yml | Autechre | |
2021-01-03 | Update .gitlab-ci.yml | Autechre | |
2020-12-27 | Update .gitlab-ci.yml | Autechre | |
2020-12-26 | Merge pull request #483 from webgeek1234/master | Autechre | |
Android Updates | |||
2020-12-26 | libretro: android: remove flag allowing text relocations | Aaron Kling | |
This is not allowed on api 23+ | |||
2020-12-26 | libretro: android: Fix non-armv7 builds | Aaron Kling | |
2020-12-24 | Create .gitlab-ci.yml | Autechre | |
2020-12-19 | Update | twinaphex | |
2020-11-27 | Merge pull request #479 from dev-0x7C6/master | Autechre | |
Removed conditional include on non-existent file. | |||
2020-11-24 | Removed conditional include on non-existent file. | Bartłomiej Burdukiewicz | |
Signed-off-by: Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com> | |||
2020-11-08 | Merge pull request #476 from vanfanel/master | Autechre | |
Add Rpi4 platform in 64bit mode. | |||
2020-11-07 | Add Rpi4 platform in 64bit mode. | Vanfanel | |
2020-11-06 | Merge pull request #474 from negativeExponent/ios_interpreter | Autechre | |
iOS: Another try at interpreter override | |||
2020-11-06 | Merge pull request #475 from negativeExponent/multitap | Autechre | |
Set multitap options to "disabled" by default | |||
2020-11-05 | Set multitap options to "disabled" by default | negativeExponent | |
Due to moving input selector to frontend instead from the core options, ports 3-8 can be always set to standard causing multitap to be auto-activated. With multitaps enabled, some games would misbehave or inputs not working at all for those that are not multiplayer capable. Setting core option multitap1 and multitap2 to disable for now. | |||
2020-11-05 | iOS: Another try at interpreter override | negativeExponent | |
2020-11-04 | Merge pull request #473 from negativeExponent/chd_image_cache | Autechre | |
CHD: Support for precache mode CD access method | |||
2020-11-04 | CHD: Support for precache mode CD access method | negativeExponent | |
https://github.com/libretro/pcsx_rearmed/issues/261 | |||
2020-11-03 | Merge pull request #472 from negativeExponent/input_descriptors | Autechre | |
Input descriptors | |||
2020-11-04 | Indicate that multitap requires restart and cleanup | negativeExponent | |
Multi-tap related feature like enabling/changing controllers type on port 4-8 and changing multitap option requires a restart. Port 1 and 2 (player 1-2) are mostly safe to change options anytime | |||
2020-11-03 | Move input type selection to RETRO_ENVIRONMENT_SET_CONTROLLER_INFO | negativeExponent | |
2020-11-01 | Merge pull request #471 from aliaspider/master | Autechre | |
fix chd track info parsing. | |||
2020-11-01 | fix chd track info parsing. | aliaspider | |
2020-10-31 | Merge pull request #470 from negativeExponent/pads | Autechre | |
remove dfinput, fix negcon input | |||
2020-10-31 | Fix negcon not working correctly in some games | negativeExponent | |
2020-10-31 | Remove dfinput plugin from Makefile | negativeExponent | |
The dfinput plugin is not used in this codebase, so remove them when compiling. Will repurpose dfinput_activate() to do out init later. | |||
2020-10-30 | Merge pull request #468 from negativeExponent/pads | Autechre | |
input fixes | |||
2020-10-30 | Change indents to tabs and alignment | negativeExponent | |