aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-23iOS: Fix interpreter overridesnegativeExponent
By default, iOS are built with either DYNAREC=ari64 or DYNAREC=lightrec, with lightrec used as an override flag to build the interpreter instead, which is DYNAREC=0. This PR removes DYNAREC?=ari64 which seems to block the overrides from working. Hopefully...:
2020-10-23Merge pull request #462 from justinweiss/threaded-renderingAutechre
Add a threaded renderer
2020-10-22Add a threaded rendererJustin Weiss
This change adds a gpulib implementation that accepts GPU commands and runs them through a real gpulib implementation on a thread. Depending on a setting, it can either force a sync every frame, or continue to work until the next frame arrives.
2020-10-23Merge pull request #461 from negativeExponent/libchdrAutechre
Update libchdr from latest upstream changes
2020-10-23Update libchdr from latest upstream changesnegativeExponent
Based on commit https://github.com/rtissera/libchdr/tree/16759edf50f39ecea7bfe8564d689fa01e0fae0c but without directory stucture and filename changes.
2020-10-22Merge pull request #460 from justinweiss/3ds-default-cpu-to-57Autechre
[3DS] Set default CPU rate to the usual 57
2020-10-21[3DS] Set default CPU rate to the usual 57Justin Weiss
3DS handles it fine, and 50 makes Metal Gear Solid feel very sluggish.
2020-10-21Merge pull request #459 from libretro/revert-458-fixes-for-rpi-compilationAutechre
Revert "fixes link time errors on the RPi platform (tested with 3 and 4)"
2020-10-21Revert "fixes link time errors on the RPi platform (tested with 3 and 4)"Autechre
2020-10-21Merge pull request #458 from dmorilha/fixes-for-rpi-compilationAutechre
fixes link time errors on the RPi platform (tested with 3 and 4)
2020-10-20fixes link time errors on the RPi platform (tested with 3 and 4)Daniel Morilha
2020-10-11Merge pull request #456 from justinweiss/3ds-spu-threadingAutechre
[3DS] Enable threading for the SPU
2020-10-10[3DS] Enable threading for the SPUJustin Weiss
2020-10-11Merge pull request #449 from cmitu/cdX-as-cueAutechre
cdriso: parse .cd<X> files as .cue
2020-10-11Merge pull request #454 from justinweiss/handle-oob-cd-readsAutechre
Correctly signal errors for out-of-bounds async CD reads
2020-10-10Correctly signal errors for out-of-bounds async CD readsJustin Weiss
2020-10-07Add Emscripten targettwinaphex
2020-10-07Merge pull request #453 from pjft/dual-gunconAutechre
Add support for dual-guncon
2020-10-06Add support for dual-gunconpjft
2020-09-20cdriso: parse .cd<X> files as .cue.cmitu
Enables the parsing of .cd<X> files as cuesheets. Useful to 'hide' individual `.cue` files from the frontend when using a multi-disc game configured in a playlist (`.m3u`) file.
2020-09-10Merge pull request #445 from justinweiss/update-libctruAutechre
[3DS] Support latest libctru
2020-08-23[3DS] Support latest libctruJustin Weiss
2020-08-13Merge pull request #444 from justinweiss/hires-downscalehizzlekizzle
Add an option to downscale hi-res views
2020-08-13Add an option to downscale hi-res viewsJustin Weiss
Some older devices that use gpu_unai don't have a high enough resolution to display all of the pixels in high-res mode. There's a setting in unai to skip rendering of these pixels, but it's not connected to the libretro frontend, and does not appear to be used in the gpulib implementation at all. This commit adds a gpu_unai setting, Enable Hi-Res Downscaling, that will enable pixel skipping and blit only the pixels actually rendered into a buffer no larger than 384x240. This buffer is then treated as the actual framebuffer by gpulib and the libretro frontend.
2020-08-05[Vita] workaround multiple symbolsFrancisco José García García
2020-08-04Merge pull request #443 from negativeExponent/add-header-guardsAutechre
Add header guards
2020-08-04Merge pull request #442 from negativeExponent/libretroAutechre
sync to latest upstream
2020-08-04Add header guardsnegativeExponent
2020-08-04Sync to latest upstreamnegativeExponent
Fixed bug where MSB of a 15-bit BGR color could corrupt green value. Also added documentation. https://github.com/libretro/pcsx_rearmed/commit/92db7708f2fd2a26ea730d761a60a582a646405a Fix crash on retrying mission in driver (https://github.com/notaz/pcsx_rearmed/pull/165) https://github.com/libretro/pcsx_rearmed/commit/fbf19ce6b6c02da47a67f58e23d8294cfcd18f55
2020-08-03Merge pull request #440 from negativeExponent/log_interfacehizzlekizzle
Log interface
2020-08-03Merge pull request #441 from negativeExponent/patch-1hizzlekizzle
change fast lighting default to disabled
2020-08-03unai: Change fast lighting default to 'disabled'negativeExponent
- Setting this option enabled can cause graphics issues.
2020-08-03lightrec/plugin.c: Use logging interface instead of printfnegativeExponent
2020-08-03Add debug-level log functionnegativeExponent
2020-07-04Fix crash on retrying mission in driver (#165)ifcaro
Fix crash on retrying mission in driver
2020-07-01Merge pull request #436 from negativeExponent/patch-1Autechre
Update custom-issue-report.md
2020-07-01Update custom-issue-report.mdnegativeExponent
i believe posting logs should be the norm regardless of issue:
2020-06-10Merge pull request #430 from negativeExponent/libretrohizzlekizzle
Update mouse device support, add mouse sensitivity option
2020-06-08Update mouse device support, add mouse sensitivity optionnegativeExponent
- Remove unnecessary accumulator, cleanup and comments - Add "Emulated Mouse Sensitivity" core option with range from 0.05 to 2.00, with 1.00 as normal mouse movement.
2020-06-08Merge pull request #429 from ZachCook/masterAutechre
lightrec: fix race that could cause a freeze during load/reset
2020-06-07lightrec: fix race that could cause a freeze during load/resetZachary Cook
Issue #387 git subrepo commit (merge) deps/lightrec subrepo: subdir: "deps/lightrec" merged: "a3a7bf4" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "2cca097" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2"
2020-06-07Merge pull request #428 from negativeExponent/libretroAutechre
Add Sony Mouse Controller support
2020-06-07Add Sony Mouse Controller supportnegativeExponent
- Tested with Final Doom. Worked great.
2020-06-05Merge pull request #426 from negativeExponent/update_libchdrAutechre
libchdr: Update to latest upstream
2020-06-05libchdr: Update to latest upstreamnegativeExponent
Update libchdr based from latest upstream sources. Fixes some issues as noted. - Latest upstream commit: https://github.com/rtissera/libchdr/tree/6117d59d00ef8620de4cff4d6ecae46368cae881 - Fix https://github.com/libretro/pcsx_rearmed/issues/301 - Specific commit that fixes above problem: https://github.com/rtissera/libchdr/commit/e1acac6d83b36531e543e39a9e1a363e681083e6
2020-05-26Merge pull request #423 from jdgleaver/set-message-extAutechre
Add support for frontend message interface v1
2020-05-26Add support for frontend message interface v1jdgleaver
2020-05-25Merge pull request #425 from negativeExponent/libretroAutechre
Fix interpreter-only build (DYNAREC=0)
2020-05-25Fix interpreter-only build (DYNAREC=0)negativeExponent
- For systems that can only run in interpreter mode for whatever reasons.
2020-05-23Merge pull request #424 from negativeExponent/libretrohizzlekizzle
silence some warnings