mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-09-13 06:53:22 -06:00
crap
This commit is contained in:
@ -1131,12 +1131,6 @@ void DSi::MapNWRAM_B(u32 num, u8 val)
|
||||
u8 oldval = (MBK[0][mbkn] >> mbks) & 0xFF;
|
||||
if (oldval == val) return;
|
||||
|
||||
// TODO REMOVE ME
|
||||
if ((val&3)==2 || (val&3)==3)
|
||||
{
|
||||
//debug(0);
|
||||
}
|
||||
|
||||
JIT.Memory.RemapNWRAM(1);
|
||||
|
||||
MBK[0][mbkn] &= ~(0xFF << mbks);
|
||||
|
Reference in New Issue
Block a user