diff options
author | SuuperW <SuuperW@gmail.com> | 2021-01-22 12:05:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 19:05:07 +0100 |
commit | 34da7f5cc3f1a8a93ddf6df4373c1b69d2429bdb (patch) | |
tree | c66495df4e8da42a8713b43b75a2933d94f7ceaf /src/SPI.h | |
parent | f259fd97558805baf6af73c23b565448537e0bff (diff) |
minor code refactoring, to simplify BizHawk support (#958)
Diffstat (limited to 'src/SPI.h')
-rw-r--r-- | src/SPI.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ namespace SPI_Firmware void SetupDirectBoot(); +u32 FixFirmwareLength(u32 originalLength); + u8 GetConsoleType(); u8 GetWifiVersion(); u8 GetNWifiVersion(); |