mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 23:31:50 +00:00
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. |
||
---|---|---|
.. | ||
AudioCommon | ||
Common | ||
Core | ||
DiscIO | ||
DolphinNoGUI | ||
DolphinQt | ||
InputCommon | ||
MacUpdater | ||
UICommon | ||
UpdaterCommon | ||
VideoBackends | ||
VideoCommon | ||
WinUpdater | ||
CMakeLists.txt |