dolphin-emulator/Source/Core
Jun Su 3f72bc3e7e HW: cleanup warnings of -Wtype-limits
ROM_BASE is 0, and address is unsigned. It is always
true that address >= 0. So just compare with ROM_SIZE
and don't use IN_RANGE macro to avoid the warning.
2020-03-24 09:11:24 +08:00
..
AudioCommon Use std::istringstream or std::ostringstream instead of std::stringstream where possible. 2019-12-29 23:45:02 -05:00
Common Merge pull request #8655 from Techjar/fix-hotkey-groups 2020-03-18 12:03:07 +01:00
Core HW: cleanup warnings of -Wtype-limits 2020-03-24 09:11:24 +08:00
DiscIO Merge pull request #8621 from JosJuice/volumeverifier-invalid-partition 2020-02-10 09:33:29 +00:00
DolphinNoGUI Common: Add a render_window field to WindowSystemInfo 2020-03-11 23:09:30 +10:00
DolphinQt Qt/CodeWidget: Typo in settings key. 2020-03-20 20:51:26 +01:00
InputCommon Merge pull request #8647 from jordan-woyak/minor-input-cleanups 2020-03-15 15:06:54 +01:00
MacUpdater
UICommon Back up Wii setting.txt and SYSCONF while emulating 2020-03-16 21:04:19 +01:00
UpdaterCommon Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
VideoBackends Vulkan: Pass CAMetalLayer to MoltenVK instead of NSView 2020-03-11 23:11:26 +10:00
VideoCommon VideoCommon: Allow texture folders to be determined by a <gameid>.txt file 2020-03-15 12:34:04 -05:00
WinUpdater Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
CMakeLists.txt