dolphin/Source
Martino Fontana e68a464efd Jit64: Early flush in ComputeRC even when needs_test
Example:
```
nand. r1, r2, r3
```
Assuming that none of these registers will be used again:
- Before #14278, all of them would be flushed on both sides of the branch.
- After #14278, r2 and r3 would have been flushed earlier, but r1 won't.
- With this, r1 is flushed in ComputeRC.
2026-06-28 14:45:20 +02:00
..
Android Merge pull request #14631 from Simonx22/android/convert-directoryinitialization-to-kotlin 2026-05-25 12:39:14 -07:00
Core Jit64: Early flush in ComputeRC even when needs_test 2026-06-28 14:45:20 +02:00
DSPSpy
DSPTool
PCH
UnitTests Merge pull request #13931 from SuperSamus/pikmin-squared-60fps 2026-04-27 13:09:00 -04:00
VSProps Update bundled Windows Qt to 6.8.3 2026-06-26 19:22:16 +02:00
.clang-format
CMakeLists.txt
dolphin-emu.sln