mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #8695 from howard0su/warning_hw
HW: cleanup warnings of -Wtype-limits
This commit is contained in:
commit
586af0a55e
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ void CEXIIPL::TransferByte(u8& data)
|
|||
}
|
||||
};
|
||||
|
||||
if (IN_RANGE(ROM))
|
||||
if (address < ROM_BASE + ROM_SIZE)
|
||||
{
|
||||
if (!m_command.is_write())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue