aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-02Always look up verify_dirty literals from offsetsHEADtrimui-sneonloop
Literals are deduplicated, so there's no guarantee they will be stored next to each other, even if they're written sequentially. verify_dirty and get_bounds must use the offsets on each instruction, instead of assuming values are stored sequentially.
2021-04-04Saves soft_scaling config settingneonloop
2021-04-04Use correct length for cspace_buf writesneonloop
2021-04-03Enables Menu+L1/R1 for L2/R2 and vice versaneonloop
The menu now appears when releasing the button as long as another button hasn't been pressed. Menu+L will activate L2 if L1 is bound to L, or L1 if L2 is bound to L. This allows rebinding for games that prefer L2/R2, like Twisted Metal 2.
2021-04-03Adds an option for scaling 256px-wide screensneonloop
This option takes over the Software Scaling option in the display menu. There is a performance cost (about 10%). It does subpixel scaling to keep the image as sharp as it can be. This also moves scaling into its own loop -- I saw a 4-6% increase in performance when upscaling and downscaling after making that change.
2021-04-03Blit correctly when rendered w/h < screen w/hneonloop
This fixes and centers Lunar FMVs.
2021-04-03Raises autoskip frame limit to 3neonloop
2021-04-03Merge remote-tracking branch 'libretro/master' into trimui-sneonloop
2021-03-25Get rid of interpreter nametwinaphex
2021-03-23Add ios-arm64/tvos-arm64, ios9, and osx-arm64. osx-arm64 is interpretertwinaphex
for now (lightrec crashes at startup)
2021-03-22Adds per-game config when loading a game from argsneonloop
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-16Fixes key names in the controls menuneonloop
2021-03-16Uses upstream libpicofe as a submoduleneonloop
2021-03-16Merge pull request #506 from jdgleaver/libchdr-updateAutechre
Update libchdr (replace libflac with dr_flac)
2021-03-15Update libchdr (replace libflac with dr_flac)jdgleaver
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