* proper check for whether direct boot is required

* proof-of-concept cart insert/eject. it works!
This commit is contained in:
Arisotura
2022-01-02 15:09:09 +01:00
parent 56407d5516
commit 18c7629451
8 changed files with 108 additions and 101 deletions

View File

@ -28,6 +28,7 @@ void SetupDirectBoot(bool dsi);
u32 FixFirmwareLength(u32 originalLength);
u32 GetFirmwareLength();
u8 GetConsoleType();
u8 GetWifiVersion();
u8 GetNWifiVersion();