mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
also fix the bug for cart SPI
This commit is contained in:
@ -562,6 +562,7 @@ void Write(u8 val, u32 hold)
|
||||
if (!hold)
|
||||
{
|
||||
if (Hold) islast = true;
|
||||
else CurCmd = val;
|
||||
Hold = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user