Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-05-21 | Update deps/lightrec | negativeExponent | |
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-18 | Merge pull request #419 from negativeExponent/libretro | hizzlekizzle | |
Minimize logs when loading a cheevos-compatible content | |||
2020-05-18 | Minimize logs when loading a cheevos-compatible content | negativeExponent | |
- 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-13 | Merge pull request #417 from negativeExponent/libretro | hizzlekizzle | |
updates | |||
2020-05-14 | Cleanup retro_run() | negativeExponent | |
- move input query into separate functions - move internal fps display to separate function | |||
2020-05-13 | Update libretro.c | negativeExponent | |
- Apply style nits | |||
2020-05-12 | Merge pull request #416 from negativeExponent/libretro | Autechre | |
more core options cleanup | |||
2020-05-12 | Hide other inputs from core options | negativeExponent | |
- 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-12 | libretro.c: Change indents from tabs to spaces | negativeExponent | |
2020-05-10 | Merge pull request #415 from negativeExponent/core_option_cleanup | hizzlekizzle | |
Core option cleanup | |||
2020-05-10 | More core option fixes | negativeExponent | |
- 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-10 | Update .gitignore | negativeExponent | |
2020-05-07 | Merge pull request #414 from negativeExponent/libretro | hizzlekizzle | |
core options fixup | |||
2020-05-08 | Move guncon options to update_variables | negativeExponent | |
- This should stop unnecessary RETRO_ENVIRONMENT_GET_VARIABLE callback and log spamming | |||
2020-05-08 | Fixup update_variables | negativeExponent | |
2020-05-07 | Merge pull request #413 from negativeExponent/libretro | hizzlekizzle | |
Fix some edge case where core can freeze upon loading content | |||
2020-05-07 | Fix some edge case where core can freeze upon loading content | negativeExponent | |
- 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-02 | Merge pull request #411 from Exalm/wip/exalm/oops | Autechre | |
Automatically disable lightrec when no bios is present, take 2 | |||
2020-04-30 | Automatically disable lightrec when no bios is present, take 2 | Alexander Mikhaylenko | |
Make sure to only do it with lightrec and not ARM dynarec. | |||
2020-04-28 | Revert "Automatically disable lightrec when no bios is present" | twinaphex | |
This reverts commit cf98d473a9ddaa6a77bed1cb5af706a4cd50b8b0. | |||
2020-04-27 | Merge pull request #160 from J-O-N/fix-neon-cspace-upstream | notaz | |
Fixed bug where MSB of a 15-bit BGR color could corrupt green value. | |||
2020-04-26 | Merge pull request #407 from Exalm/wip/exalm/lightrec | hizzlekizzle | |
Automatically disable lightrec when no bios is present | |||
2020-04-26 | Merge pull request #406 from cmitu/cdimage-async-patch | hizzlekizzle | |
cdriso: fix a disk switching deadlock when closing a CD image | |||
2020-04-26 | Fixed bug where MSB of a 15-bit BGR color could corrupt green value. Also ↵ | J-O-N | |
added documentation. | |||
2020-04-26 | Merge pull request #405 from J-O-N/fix-neon-cspace | hizzlekizzle | |
neon: Fixed bug where MSB of a 15-bit BGR color could corrupt green value. | |||
2020-04-26 | Automatically disable lightrec when no bios is present | Alexander Mikhaylenko | |
Fixes https://github.com/libretro/pcsx_rearmed/issues/404 | |||
2020-04-26 | cdriso: fix a disk switching deadlock | cmitu | |
2020-04-26 | Fixed bug where MSB of a 15-bit BGR color could corrupt green value. Also ↵ | J-O-N | |
added documentation. | |||
2020-04-24 | Merge pull request #397 from justinweiss/arm-lighting-blending | Autechre | |
unai: Add ARM-optimized lighting / blending functions | |||
2020-04-20 | Clean up indentation / add comments for assembly functions | Justin Weiss | |
2020-03-17 | Merge pull request #394 from MrHuu/patch-1 | Autechre | |
(3DS) Disable dithering by default | |||
2020-03-03 | (3DS) Disable dithering by default | MrHuu | |
Have dithering disabled by default on 3DS. | |||
2020-03-03 | Merge pull request #391 from justinweiss/async-cd-reads | Twinaphex | |
Add an async CD access method | |||
2020-03-01 | Preserve uSrc MSB across lighting and blending | Justin Weiss | |
This saves a few cycles because gcc stores / loads srcMSB when using ARM-optimized lighting. | |||
2020-02-27 | WIP: Add ARM-assembly versions of lighting and blending | Justin Weiss | |
2020-02-27 | Merge pull request #392 from justinweiss/ctr-use-floatmath | Twinaphex | |
[3DS] Tweak compile-time options to increase performance | |||
2020-02-26 | [3DS] Tweak compile-time options to increase performance | Justin Weiss | |
2020-02-25 | Add async CD access | Justin Weiss | |
2020-02-25 | Merge pull request #390 from justinweiss/ctr-fix-dynarec-crashes | Twinaphex | |
Fix dynarec crashes on 3DS |