mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
add missing default return value. fixes #1105
This commit is contained in:
parent
5b9f972625
commit
dd2b86d026
@ -1118,6 +1118,8 @@ u8 CartRetailIR::SPIWrite(u8 val, u32 pos, bool last)
|
||||
case 0x08: // ID
|
||||
return 0xAA;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user