mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-27 17:39:41 -06:00
Don't return 0 when attempting to read from the GPA GPIO addresses with GPIO disabled (#2266)
This commit is contained in:
@ -242,8 +242,6 @@ u16 CartGame::ROMRead(u32 addr) const
|
||||
case 0xC8: return GPIO.control;
|
||||
}
|
||||
}
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
|
||||
// CHECKME: does ROM mirror?
|
||||
|
Reference in New Issue
Block a user