mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
blarg
This commit is contained in:
@ -2212,7 +2212,6 @@ void WriteSPICnt(u16 val)
|
||||
{
|
||||
// forcefully reset SPI hold
|
||||
SPIHold = false;
|
||||
if (Cart) Cart->SPIResetHold();
|
||||
}
|
||||
|
||||
SPICnt = (SPICnt & 0x0080) | (val & 0xE043);
|
||||
|
Reference in New Issue
Block a user