mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
lay base for SD shit
This commit is contained in:
@ -178,6 +178,8 @@ bool Init()
|
||||
if (!RTC::Init()) return false;
|
||||
if (!Wifi::Init()) return false;
|
||||
|
||||
if (!DSi::Init()) return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -198,6 +200,8 @@ void DeInit()
|
||||
SPI::DeInit();
|
||||
RTC::DeInit();
|
||||
Wifi::DeInit();
|
||||
|
||||
DSi::DeInit();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user