dolphin/Source/Core
Lioncash e2bb9fd147 JitArm64_RegCache: Mark HostReg operator== as const
Also provides operator!= for logical symmetry.

We can also take the arguments by value, as the arguments are trivially
copyable enum values which fit nicely into registers already.
2020-12-30 09:42:29 -05:00
..
AudioCommon
Common Config: Fix cache not being invalidated when callbacks are suppressed 2020-12-29 22:07:47 +01:00
Core JitArm64_RegCache: Mark HostReg operator== as const 2020-12-30 09:42:29 -05:00
DiscIO
DolphinNoGUI
DolphinQt Fix latency field being initially enabled on audio backends not supporting it 2020-12-28 17:06:02 -08:00
InputCommon InputCommon: Fix callback dispatch deadlock 2020-12-13 00:30:27 +00:00
MacUpdater
UICommon
UpdaterCommon
VideoBackends Core: Remove ImageWrite and get rid of -Wmissing-declarations warnings 2020-12-16 16:04:19 +01:00
VideoCommon VideoCommon: Fix crash that occurs on loading a fifo log due to uninitialized Free Look control type 2020-12-26 17:26:21 -06:00
WinUpdater
CMakeLists.txt