aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-16Fixes key names in the controls menuneonloop
2021-03-16Uses upstream libpicofe as a submoduleneonloop
2021-03-14Better default config for trimuineonloop
2021-03-14Adds frameskip based on free audio buffer spaceneonloop
2021-03-14Skips an unnecessary copy if the screen doesn't need scalingneonloop
2021-03-14Adds scale hires setting to the menuneonloop
2021-03-14Don't show peops / gl settingsneonloop
2021-03-14Config and saves go in ~/.pcsxneonloop
2021-03-14Initial trimui s supportneonloop
2021-02-21Merge pull request #502 from justinweiss/restrict-threaded-rendering-driversAutechre
Restrict threaded rendering to unai / peops
2021-02-20Restrict threaded rendering to unai / peopsJustin Weiss
2021-02-15Merge pull request #500 from bslenul/masterAutechre
Change HLE BIOS message. Please review first!
2021-02-15Change HLE BIOS message.bslenul
2021-02-11Merge pull request #499 from negativeExponent/fix_inputAutechre
multitap option fix
2021-02-11Do not hide multitap core optionsnegativeExponent
2021-02-11Set multitap options disabled by default, prevent previous defaults from ↵negativeExponent
being accidentally loaded instead.
2021-02-08Merge pull request #498 from glebm/patch-1Autechre
libretro: Add support for ps1_rom.bin (PS3 BIOS)
2021-02-08libretro: Add support for ps1_rom.bin (PS3 BIOS)Gleb Mazovetskiy
2021-02-05Disable lightrec for libnxm4xw
Requires the impl. of the rw/rx patches first
2021-01-13Merge pull request #487 from liberodark/patch-1Autechre
add H5 + N2 support
2021-01-13add H5 + N2 supportliberodark
2021-01-10Update .gitlab-ci.ymlAutechre
2021-01-03Update .gitlab-ci.ymlAutechre
2020-12-27Update .gitlab-ci.ymlAutechre
2020-12-26Merge pull request #483 from webgeek1234/masterAutechre
Android Updates
2020-12-26libretro: android: remove flag allowing text relocationsAaron Kling
This is not allowed on api 23+
2020-12-26libretro: android: Fix non-armv7 buildsAaron Kling
2020-12-24Create .gitlab-ci.ymlAutechre
2020-12-19Updatetwinaphex
2020-11-27Merge pull request #479 from dev-0x7C6/masterAutechre
Removed conditional include on non-existent file.
2020-11-24Removed conditional include on non-existent file.Bartłomiej Burdukiewicz
Signed-off-by: Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com>
2020-11-08Merge pull request #476 from vanfanel/masterAutechre
Add Rpi4 platform in 64bit mode.
2020-11-07Add Rpi4 platform in 64bit mode.Vanfanel
2020-11-06Merge pull request #474 from negativeExponent/ios_interpreterAutechre
iOS: Another try at interpreter override
2020-11-06Merge pull request #475 from negativeExponent/multitapAutechre
Set multitap options to "disabled" by default
2020-11-05Set multitap options to "disabled" by defaultnegativeExponent
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-05iOS: Another try at interpreter overridenegativeExponent
2020-11-04Merge pull request #473 from negativeExponent/chd_image_cacheAutechre
CHD: Support for precache mode CD access method
2020-11-04CHD: Support for precache mode CD access methodnegativeExponent
https://github.com/libretro/pcsx_rearmed/issues/261
2020-11-03Merge pull request #472 from negativeExponent/input_descriptorsAutechre
Input descriptors
2020-11-04Indicate that multitap requires restart and cleanupnegativeExponent
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-03Move input type selection to RETRO_ENVIRONMENT_SET_CONTROLLER_INFOnegativeExponent
2020-11-01Merge pull request #471 from aliaspider/masterAutechre
fix chd track info parsing.
2020-11-01fix chd track info parsing.aliaspider
2020-10-31Merge pull request #470 from negativeExponent/padsAutechre
remove dfinput, fix negcon input
2020-10-31Fix negcon not working correctly in some gamesnegativeExponent
2020-10-31Remove dfinput plugin from MakefilenegativeExponent
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-30Merge pull request #468 from negativeExponent/padsAutechre
input fixes
2020-10-30Change indents to tabs and alignmentnegativeExponent
2020-10-30libpscore/plugins.c: Trim trailing whitespacenegativeExponent