Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-02-25 | Revert "(3DS) Set pthread stack size to 12MB - possible solution for crashes" | twinaphex | |
This reverts commit dfcd7153048c2f6d479dfcd328ee2c0e1e0784ed. | |||
2020-02-24 | Fix dynarec crashes on 3DS | Justin Weiss | |
After the dynarec writes new instructions, it has to flush the instruction and data caches. Some of these flush operations are privileged on the 3DS, so the clear cache functions have to run through svcBackdoor. The Nintendo implementation (and CFW reimplementation) of svcBackdoor has a problem where interrupts and context switches will cause crashes. Even though we can disable interrupts in the flush function, there's still a window of time between svcBackdoor being called and the function being run where an interrupt will corrupt the stack. Luma3DS implemements a svcCustomBackdoor call we can use that also runs a function in supervisor mode, but uses an implementation that avoids this problem. | |||
2020-02-24 | Merge pull request #389 from notaz/master | Twinaphex | |
Merge upstream changes | |||
2020-02-21 | Merge pull request #388 from ZachCook/master | Twinaphex | |
Fix second instance runahead without breaking reset | |||
2020-02-21 | Fix second instance runahead without breaking reset | Zachary Cook | |
2020-02-21 | Revert "Use a more lightweight reset method for lightrec" | twinaphex | |
This reverts commit 7070d5c660963aec56e1d667211b4a09a62d400d. | |||
2020-02-21 | Merge pull request #386 from ZachCook/master | Twinaphex | |
Fix second instance runahead | |||
2020-02-19 | Use a more lightweight reset method for lightrec | Zachary Cook | |
Reset is common when using runahead, this seems to prevent crashes when resets occur rapidly. | |||
2020-02-18 | Add fallback addresses so second instance runahead can work | Zachary Cook | |
Also prefer MAP_FIXED_NOREPLACE over MAP_FIXED, as it won't remove old memory maps | |||
2020-02-16 | (3DS) Set pthread stack size to 12MB - possible solution for crashes | Twinaphex | |
2020-02-16 | Merge pull request #156 from pcercuei/fix-gte-divide | notaz | |
Replace existing gte_divider with MAME's version | |||
2020-02-12 | Replace existing gte_divider with MAME's version | Paul Cercueil | |
The original code did not have a license header, and as a result was licensed under the GPLv2 which means that it was impossible to link it with LGPL code. The new code originates from MAME and is under a BSD-3-Clause license, which is GPL-compatible, and also much cleaner. Signed-off-by: Paul Cercueil <paul@crapouillou.net> | |||
2020-02-12 | Silence some unused variable warnings | twinaphex | |
2020-02-12 | Take out this override for OSX | twinaphex | |
2020-02-12 | Buildfix | twinaphex | |
2020-02-12 | gte_neon: fix compile under clang's assembler | notaz | |
2020-02-12 | add some missing license headers | notaz | |
2020-02-12 | gte_neon: fix compile under clang's assembler | notaz | |
2020-02-11 | License these files as MIT | twinaphex | |
2020-02-09 | Update Android.mk | Twinaphex | |
2020-02-09 | (Android) Aarch64/x86/x64 now has lightrec support | twinaphex | |
2020-02-09 | Buildfix for LLVM | twinaphex | |
2020-02-09 | OSX should use lightrec | Twinaphex | |
2020-02-09 | Fix build | Twinaphex | |
2020-02-09 | Update Makefile.libretro | Twinaphex | |
2020-02-09 | Update psxmem.c | Twinaphex | |
2020-02-08 | (NEON GPU) Don't hide this for non-ARM | twinaphex | |
2020-02-08 | Start getting NEON GPU to work on non-Arm | twinaphex | |
2020-02-08 | License this MIT - should be compatible with everything | twinaphex | |
2020-02-08 | Merge pull request #381 from negativeExponent/travis_update | Twinaphex | |
Update .travis.yml | |||
2020-02-08 | Merge pull request #380 from negativeExponent/fix_makefile | Twinaphex | |
Update Makefile.libretro | |||
2020-02-08 | menu: fix a buffer overflow | notaz | |
Reported by @wwhheerree, closes #152. | |||
2020-02-09 | Update .travis.yml | negativeExponent | |
2020-02-09 | Update Makefile.libretro | negativeExponent | |
2020-02-08 | Merge pull request #378 from pcercuei/libretro | Twinaphex | |
Fix Linux build | |||
2020-02-08 | Fix Linux build | Paul Cercueil | |
Signed-off-by: Paul Cercueil <paul@crapouillou.net> | |||
2020-02-08 | Merge pull request #377 from pcercuei/libretro | Twinaphex | |
Lightrec dynarec | |||
2020-02-08 | cdrom: add missing BCD->int convert in cdrFreeze() | Daniel Silsby | |
For some Eboot .PBP game images, when loading a savestate, a zlib error like 'uncompress failed with -5 for block 5383, sector 86132' would be output to stdout/stderr. The savestate would still be playable, though. Traced it down to cdrFreeze() failing to convert cdr.Prev from BCD->int when calling ReadTrack(). Note that the odd 'cdr.Prev[0]++;' line seems to be someone's hacky way of forcing ReadTrack() to avoid skipping what it thinks is a duplicate sector read. | |||
2020-02-08 | gpulib: fix out-of-bounds reads in do_cmd_buffer() | Daniel Silsby | |
When gpu.cmd_buffer[] is filling up, and the last 1 or 2 words in it are the beginning of a new vram read/write cmd, do_cmd_buffer() would access out-of-bounds, reading garbage pos/size data. Fixes corrupted gfx in this PS1 .exe test utility: https://github.com/PeterLemon/PSX/tree/master/CPUTest/CPU/LOADSTORE/LW (This and all similar tests on Peter's site). Note that gfx access in this utility is done entirely through cmds given through GPUwriteData(), i.e. direct CPU->GP0 stores, not DMA. | |||
2020-02-08 | Add support for the Lightrec dynarec | Paul Cercueil | |
Signed-off-by: Paul Cercueil <paul@crapouillou.net> |