mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 22:59:58 -06:00
fix fucking ass-stupid bug with new-WRAM handling
This commit is contained in:
@ -212,6 +212,7 @@ void WriteCnt(u8 val)
|
||||
|
||||
u8 ReadData()
|
||||
{
|
||||
printf("I2C: read the data: %02X\n", Data);
|
||||
return Data;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user