mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
fix ass-stupid RTC bug
This commit is contained in:
parent
fc5eedc716
commit
3fde8411a7
@ -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++;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user