dolphin/Source
JosJuice b9d9f36ce5 JitArm64: Replace dirty flag and partially replace RegType enum
Like Jit64, JitArm64 now keeps track of the location of a guest register
using three booleans: Whether it is in ppcState, whether it is in a host
register, and whether it is a known immediate. The RegType enum remains
only for the purpose of keeping track of what format FPRs are stored in
in host registers.
2025-11-16 09:52:09 +01:00
..
Android Merge pull request #13992 from JosJuice/android-register-for-activity-result 2025-11-16 09:43:04 +01:00
Core JitArm64: Replace dirty flag and partially replace RegType enum 2025-11-16 09:52:09 +01:00
DSPSpy
DSPTool
PCH
UnitTests Common: Add a DirectIOFile class that allows for copies which are entirely thread safe. 2025-11-09 03:08:14 -06:00
VSProps
.clang-format
CMakeLists.txt CMakeLists: Disable -Wtrigraphs. 2025-11-08 22:38:03 +00:00
dolphin-emu.sln Core/HW: Add Visual Studio project files for cpp-ipc library. 2025-10-28 18:50:58 +00:00