summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorJun Su <howard0su@gmail.com>2020-03-24 09:11:02 +0800
committerJun Su <howard0su@gmail.com>2020-03-24 09:11:24 +0800
commit3f72bc3e7eaa3a690328fa8afd246c0a5f2608ef (patch)
tree50b643aa36dbd3fe42212cb4bfd3dde3c2d6b75c /Source/Core/VideoCommon
parent62707986b7c5c70f34767e70ddf06baf0b14a7c7 (diff)
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.
Diffstat (limited to 'Source/Core/VideoCommon')
0 files changed, 0 insertions, 0 deletions