mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
fix ass-stupid bug in CP15 PU region setup
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user