dolphin/Source/Core
JosJuice 454537d53e Replace BitUtils with C++20: RotateLeft/RotateRight
Now that we've flipped the C++20 switch, let's start making use of
the nice new <bit> header.

I'm planning on handling this move away from BitUtils.h incrementally
in a series of PRs. There may be a few functions remaining in
BitUtils.h by the end that C++20 doesn't have any equivalents for.
2022-12-11 08:59:18 +01:00
..
AudioCommon Correctly call CoUninitialize() on Cubeb helper class destruction. 2022-11-27 03:58:50 +01:00
Common Replace BitUtils with C++20: RotateLeft/RotateRight 2022-12-11 08:59:18 +01:00
Core Replace BitUtils with C++20: RotateLeft/RotateRight 2022-12-11 08:59:18 +01:00
DiscIO HW/Memmap: Refactor Memory to class, move to Core::System. 2022-12-03 13:27:02 +01:00
DolphinNoGUI Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
DolphinQt Qt/EnhancementsWidget: Combine texture filtering and anisotropic filtering. 2022-12-09 02:02:17 +01:00
DolphinTool Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
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 Core: Add option to force linear texture filtering. 2022-12-09 02:02:16 +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 WinUpdater: Check OS and VC++ Redist versions. 2022-09-20 15:57:50 -07:00
DolphinLib.vcxproj.user
DolphinLib.x64.props