dolphin/Source/Core
Minty-Meeo 05bebee802 Replace BitUtils with C++20: Counting Zeroes
With the upgrade to C++20, std::countl_zero and std::countr_zero can replace these home-spun implementations from the BitUtil.h library.
2022-12-21 04:17:00 -06:00
..
AudioCommon Correctly call CoUninitialize() on Cubeb helper class destruction. 2022-11-27 03:58:50 +01:00
Common Replace BitUtils with C++20: Counting Zeroes 2022-12-21 04:17:00 -06:00
Core Replace BitUtils with C++20: Counting Zeroes 2022-12-21 04:17:00 -06:00
DiscIO HW/Memmap: Refactor Memory to class, move to Core::System. 2022-12-03 13:27:02 +01:00
DolphinNoGUI
DolphinQt Fix MemoryViewWidget background colour 2022-12-17 10:37:37 +01: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 Replace BitUtils with C++20: Counting Zeroes 2022-12-21 04:17:00 -06:00
VideoCommon Replace BitUtils with C++20: Counting Zeroes 2022-12-21 04:17:00 -06: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