minor code refactoring, to simplify BizHawk support (#958)

This commit is contained in:
SuuperW
2021-01-22 12:05:07 -06:00
committed by GitHub
parent f259fd9755
commit 34da7f5cc3
2 changed files with 26 additions and 19 deletions

View File

@ -26,6 +26,8 @@ namespace SPI_Firmware
void SetupDirectBoot();
u32 FixFirmwareLength(u32 originalLength);
u8 GetConsoleType();
u8 GetWifiVersion();
u8 GetNWifiVersion();