fix ass-stupid bug in CP15 PU region setup

This commit is contained in:
Arisotura
2019-06-10 15:29:40 +02:00
parent d28035674a
commit fd28391160
2 changed files with 11 additions and 4 deletions

View File

@ -1199,8 +1199,7 @@ int OnAreaKeyEvent(uiAreaHandler* handler, uiArea* area, uiAreaKeyEvent* evt)
}
if (evt->Scancode == 0x57) // F11
OSD::AddMessage(0x00FFFF, "OSD test");
//NDS::debug(0);
NDS::debug(0);
}
return 1;