mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #8695 from howard0su/warning_hw
HW: cleanup warnings of -Wtype-limits
This commit is contained in:
@@ -314,7 +314,7 @@ void CEXIIPL::TransferByte(u8& data)
|
||||
}
|
||||
};
|
||||
|
||||
if (IN_RANGE(ROM))
|
||||
if (address < ROM_BASE + ROM_SIZE)
|
||||
{
|
||||
if (!m_command.is_write())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user