Files
dolphin/Source/Core/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
..
2020-03-24 09:11:24 +08:00
2018-10-29 23:00:51 +01:00
2020-01-31 20:45:08 +00:00
2020-01-04 11:43:33 -08:00
2019-07-18 22:29:04 +02:00