mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-02 12:00:01 -06:00
fix ass-stupid RTC bug
This commit is contained in:
@ -174,7 +174,6 @@ void ByteIn(u8 val)
|
||||
case 0x70: Output[0] = FreeReg; break;
|
||||
}
|
||||
}
|
||||
InputPos++;
|
||||
return;
|
||||
}
|
||||
|
||||
@ -220,8 +219,6 @@ void ByteIn(u8 val)
|
||||
if (InputPos == 1) FreeReg = val;
|
||||
break;
|
||||
}
|
||||
|
||||
InputPos++;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user