dolphin/Source/Core
JosJuice b5b8871bce Arm64Emitter: Fix SHRN/SHRN2
The "vector shift by immediate" category encodes the shift amount for
right shifts as `size - amount`, whereas left shifts use `amount`.

We're not actually using SHRN/SHRN2 anywhere, which is why this has gone
undetected.
2022-12-10 11:20:23 +01:00
..
AudioCommon Correctly call CoUninitialize() on Cubeb helper class destruction. 2022-11-27 03:58:50 +01:00
Common Arm64Emitter: Fix SHRN/SHRN2 2022-12-10 11:20:23 +01:00
Core Merge pull request #11321 from JosJuice/jitarm64-accurate-nans 2022-12-07 00:58:13 +00:00
DiscIO HW/Memmap: Refactor Memory to class, move to Core::System. 2022-12-03 13:27:02 +01:00
DolphinNoGUI
DolphinQt Merge pull request #11320 from AdmiralCurtiss/globals-memory 2022-12-07 00:52:31 +00:00
DolphinTool
InputCommon CoreTiming: Refactor to class. 2022-11-27 03:47:12 +01:00
MacUpdater MacUpdater: check os version 2022-10-30 12:04:57 -07:00
UICommon Clean up DisassembleBlock and JitInterface::GetHostCode 2022-12-01 17:43:35 -08:00
UpdaterCommon MacUpdater: check os version 2022-10-30 12:04:57 -07:00
VideoBackends Merge pull request #11320 from AdmiralCurtiss/globals-memory 2022-12-07 00:52:31 +00:00
VideoCommon HW/Memmap: Refactor Memory to class, move to Core::System. 2022-12-03 13:27:02 +01:00
WinUpdater Updater: Delete the file we check for write rights with on Windows. 2022-11-22 02:38:42 +01:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #11015 from TryTwo/Conditional_Breakpoints 2022-11-13 01:06:52 +01:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props