dolphin-emulator/Source/Core
JosJuice 48a7afa448 JitArm64: Use AArch64 imm masks in rlwimix slow case
All valid PPC imm masks (except for all zeroes and all ones) are also
valid AArch64 imm masks. This lets us optimize things a little.

Note that because I'm now ANDing rS before rotating it, its AND mask
is rotated left. All AArch64 imm masks can be rotated by any amount and
still be valid AArch64 imm masks.
2024-12-25 16:12:21 +01:00
..
AudioCommon
Common Merge pull request #13091 from mitaclaw/ranges-modernization-2-returns 2024-12-20 12:50:19 -05:00
Core JitArm64: Use AArch64 imm masks in rlwimix slow case 2024-12-25 16:12:21 +01:00
DiscIO Modernize std::search with ranges 2024-10-17 18:38:34 -07:00
DolphinNoGUI GDBStub: Signal Breakpoint Changes To Host 2024-11-15 15:12:11 -08:00
DolphinQt Merge pull request #13063 from TryTwo/PR_GameSettings 2024-12-22 20:42:28 +01:00
DolphinTool VerifyTool: Add missing USE_RETRO_ACHIEVEMENTS ifdefs 2024-12-15 18:15:57 +01:00
InputCommon Merge pull request #13091 from mitaclaw/ranges-modernization-2-returns 2024-12-20 12:50:19 -05:00
MacUpdater MacUpdater: Post-process the bundle 2024-08-01 22:06:55 -04:00
UICommon Merge pull request #13096 from mitaclaw/ranges-modernization-7-rewrite 2024-10-27 19:17:01 -04:00
UpdaterCommon Simplify std::copy with std::copy_n 2024-10-07 15:34:56 -07:00
VideoBackends VKSwapChain: Always use surface formats with a normal sRGB color space if not RGBA16F 2024-12-03 20:49:50 -05:00
VideoCommon GeneralWidget: Recommend default video backend in tooltip 2024-11-03 12:28:30 -08:00
WinUpdater Remove redundant semicolons 2024-08-20 14:59:54 +02:00
CMakeLists.txt CMakeLists: Embed macOS Updater app inside DolphinQt 2024-08-01 22:06:55 -04:00
DolphinLib.ARM64.props
DolphinLib.props Move UICommon/Disassembler to Common/HostDisassembler 2024-10-19 00:14:54 -07:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props