aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-05-23plugins/dfinput: Silence warningsnegativeExponent
These inputs are unused in current core implementation...
2020-05-23Silence some warningsnegativeExponent
Silences some [-Wformat-truncation=] and [-Wstringop-truncation]
2020-05-21Merge pull request #422 from negativeExponent/fix_android_buildhizzlekizzle
Android: Support for new lightrec api
2020-05-21Android: Support for new lightrec apinegativeExponent
2020-05-20Merge pull request #421 from negativeExponent/lightrec_updatehizzlekizzle
Update lightrec to latest upstream
2020-05-21Update Lightrec APInegativeExponent
2020-05-21Update deps/lightrecnegativeExponent
git subrepo clone --branch=master --force https://github.com/pcercuei/lightrec.git deps/lightrec subrepo: subdir: "deps/lightrec" merged: "2081869" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "2081869" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "a04d8c2"
2020-05-18Merge pull request #419 from negativeExponent/libretrohizzlekizzle
Minimize logs when loading a cheevos-compatible content
2020-05-18Minimize logs when loading a cheevos-compatible contentnegativeExponent
- Using retro_memory_descriptors[] for memmap creates a list of address for a game. At the moment, its quite long and can cover up the log window. Since there is only 1 pointer used, using the traditional retro_get_memory_map/data works enough for this purpose. - Move the use of memory descriptors to debug build.
2020-05-13Merge pull request #417 from negativeExponent/libretrohizzlekizzle
updates
2020-05-14Cleanup retro_run()negativeExponent
- move input query into separate functions - move internal fps display to separate function
2020-05-13Update libretro.cnegativeExponent
- Apply style nits
2020-05-12Merge pull request #416 from negativeExponent/libretroAutechre
more core options cleanup
2020-05-12Hide other inputs from core optionsnegativeExponent
- This adds a core option to hide some input options like multitaps, player ports 3-8 and analog-related fine-tuning options. - also combine dynarec-only options in one #define directive
2020-05-12libretro.c: Change indents from tabs to spacesnegativeExponent
2020-05-10Merge pull request #415 from negativeExponent/core_option_cleanuphizzlekizzle
Core option cleanup
2020-05-10More core option fixesnegativeExponent
- This PR fixes core options and moves them to the related dynarec modes where they are implemented. LIGHTREC = relates to platforms that supports the new Lightrec mode NEW_DYNAREC = relates to previous dynarec implementation that is still used for some 32bit devices - Dynarec Recompiler core option, both dynarec implementation can be enabled or disabled
2020-05-10Update .gitignorenegativeExponent
2020-05-07Merge pull request #414 from negativeExponent/libretrohizzlekizzle
core options fixup
2020-05-08Move guncon options to update_variablesnegativeExponent
- This should stop unnecessary RETRO_ENVIRONMENT_GET_VARIABLE callback and log spamming
2020-05-08Fixup update_variablesnegativeExponent
2020-05-07Merge pull request #413 from negativeExponent/libretrohizzlekizzle
Fix some edge case where core can freeze upon loading content
2020-05-07Fix some edge case where core can freeze upon loading contentnegativeExponent
- Core sometime freeze while loading content during the loading of the core options. Moving update_variables() from retro_init to retro_load_game() fixes the problem, on my case at least. - Also apply fix as suggested in this issue page: https://github.com/libretro/pcsx_rearmed/issues/373
2020-05-02Merge pull request #411 from Exalm/wip/exalm/oopsAutechre
Automatically disable lightrec when no bios is present, take 2
2020-04-30Automatically disable lightrec when no bios is present, take 2Alexander Mikhaylenko
Make sure to only do it with lightrec and not ARM dynarec.
2020-04-28Revert "Automatically disable lightrec when no bios is present"twinaphex
This reverts commit cf98d473a9ddaa6a77bed1cb5af706a4cd50b8b0.
2020-04-27Merge pull request #160 from J-O-N/fix-neon-cspace-upstreamnotaz
Fixed bug where MSB of a 15-bit BGR color could corrupt green value.