Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-21 | [3DS] Set default CPU rate to the usual 57 | Justin Weiss | |
3DS handles it fine, and 50 makes Metal Gear Solid feel very sluggish. | |||
2020-10-21 | Merge pull request #459 from libretro/revert-458-fixes-for-rpi-compilation | Autechre | |
Revert "fixes link time errors on the RPi platform (tested with 3 and 4)" | |||
2020-10-21 | Revert "fixes link time errors on the RPi platform (tested with 3 and 4)" | Autechre | |
2020-10-21 | Merge pull request #458 from dmorilha/fixes-for-rpi-compilation | Autechre | |
fixes link time errors on the RPi platform (tested with 3 and 4) | |||
2020-10-20 | fixes link time errors on the RPi platform (tested with 3 and 4) | Daniel Morilha | |
2020-10-11 | Merge pull request #456 from justinweiss/3ds-spu-threading | Autechre | |
[3DS] Enable threading for the SPU | |||
2020-10-10 | [3DS] Enable threading for the SPU | Justin Weiss | |
2020-10-11 | Merge pull request #449 from cmitu/cdX-as-cue | Autechre | |
cdriso: parse .cd<X> files as .cue | |||
2020-10-11 | Merge pull request #454 from justinweiss/handle-oob-cd-reads | Autechre | |
Correctly signal errors for out-of-bounds async CD reads | |||
2020-10-10 | Correctly signal errors for out-of-bounds async CD reads | Justin Weiss | |
2020-10-07 | Add Emscripten target | twinaphex | |
2020-10-07 | Merge pull request #453 from pjft/dual-guncon | Autechre | |
Add support for dual-guncon | |||
2020-10-06 | Add support for dual-guncon | pjft | |
2020-09-20 | cdriso: 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-10 | Merge pull request #445 from justinweiss/update-libctru | Autechre | |
[3DS] Support latest libctru | |||
2020-08-23 | [3DS] Support latest libctru | Justin Weiss | |
2020-08-13 | Merge pull request #444 from justinweiss/hires-downscale | hizzlekizzle | |
Add an option to downscale hi-res views | |||
2020-08-13 | Add an option to downscale hi-res views | Justin 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 symbols | Francisco José García García | |
2020-08-04 | Merge pull request #443 from negativeExponent/add-header-guards | Autechre | |
Add header guards | |||
2020-08-04 | Merge pull request #442 from negativeExponent/libretro | Autechre | |
sync to latest upstream | |||
2020-08-04 | Add header guards | negativeExponent | |
2020-08-04 | Sync to latest upstream | negativeExponent | |
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-03 | Merge pull request #440 from negativeExponent/log_interface | hizzlekizzle | |
Log interface | |||
2020-08-03 | Merge pull request #441 from negativeExponent/patch-1 | hizzlekizzle | |
change fast lighting default to disabled | |||
2020-08-03 | unai: Change fast lighting default to 'disabled' | negativeExponent | |
- Setting this option enabled can cause graphics issues. | |||
2020-08-03 | lightrec/plugin.c: Use logging interface instead of printf | negativeExponent | |
2020-08-03 | Add debug-level log function | negativeExponent | |
2020-07-04 | Fix crash on retrying mission in driver (#165) | ifcaro | |
Fix crash on retrying mission in driver | |||
2020-07-01 | Merge pull request #436 from negativeExponent/patch-1 | Autechre | |
Update custom-issue-report.md | |||
2020-07-01 | Update custom-issue-report.md | negativeExponent | |
i believe posting logs should be the norm regardless of issue: | |||
2020-06-10 | Merge pull request #430 from negativeExponent/libretro | hizzlekizzle | |
Update mouse device support, add mouse sensitivity option | |||
2020-06-08 | Update mouse device support, add mouse sensitivity option | negativeExponent | |
- 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-08 | Merge pull request #429 from ZachCook/master | Autechre | |
lightrec: fix race that could cause a freeze during load/reset | |||
2020-06-07 | lightrec: fix race that could cause a freeze during load/reset | Zachary 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-07 | Merge pull request #428 from negativeExponent/libretro | Autechre | |
Add Sony Mouse Controller support | |||
2020-06-07 | Add Sony Mouse Controller support | negativeExponent | |
- Tested with Final Doom. Worked great. | |||
2020-06-05 | Merge pull request #426 from negativeExponent/update_libchdr | Autechre | |
libchdr: Update to latest upstream | |||
2020-06-05 | libchdr: Update to latest upstream | negativeExponent | |
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-26 | Merge pull request #423 from jdgleaver/set-message-ext | Autechre | |
Add support for frontend message interface v1 | |||
2020-05-26 | Add support for frontend message interface v1 | jdgleaver | |
2020-05-25 | Merge pull request #425 from negativeExponent/libretro | Autechre | |
Fix interpreter-only build (DYNAREC=0) | |||
2020-05-25 | Fix interpreter-only build (DYNAREC=0) | negativeExponent | |
- For systems that can only run in interpreter mode for whatever reasons. | |||
2020-05-23 | Merge pull request #424 from negativeExponent/libretro | hizzlekizzle | |
silence some warnings | |||
2020-05-23 | plugins/dfinput: Silence warnings | negativeExponent | |
These inputs are unused in current core implementation... | |||
2020-05-23 | Silence some warnings | negativeExponent | |
Silences some [-Wformat-truncation=] and [-Wstringop-truncation] | |||
2020-05-21 | Merge pull request #422 from negativeExponent/fix_android_build | hizzlekizzle | |
Android: Support for new lightrec api | |||
2020-05-21 | Android: Support for new lightrec api | negativeExponent | |
2020-05-20 | Merge pull request #421 from negativeExponent/lightrec_update | hizzlekizzle | |
Update lightrec to latest upstream | |||
2020-05-21 | Update Lightrec API | negativeExponent | |