mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
actually make DSi-mode direct boot work to some extent
This commit is contained in:
@ -72,6 +72,8 @@ void Reset()
|
||||
Registers[0x81] = 0x64;
|
||||
}
|
||||
|
||||
u8 GetBootFlag() { return Registers[0x70]; }
|
||||
|
||||
void Start()
|
||||
{
|
||||
//printf("BPTWL: start\n");
|
||||
|
Reference in New Issue
Block a user