mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-02 12:00:01 -06:00
* take nwifi forward some
* shut up CP15 printf's for Fx0 * fix bugs
This commit is contained in:
@ -106,7 +106,6 @@ u8 BCD(u8 val)
|
||||
|
||||
void ByteIn(u8 val)
|
||||
{
|
||||
//printf("RTC IN: %02X\n", val);
|
||||
if (InputPos == 0)
|
||||
{
|
||||
if ((val & 0xF0) == 0x60)
|
||||
|
Reference in New Issue
Block a user