diff options
author | Arisotura <thetotalworm@gmail.com> | 2021-08-30 20:26:49 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2021-08-30 20:26:49 +0200 |
commit | 523552a92d16fb1f3a367cd2f7ee382bb09a0772 (patch) | |
tree | 8e7ed32de0eb6bf9c8e741be431556cf736378d0 /src/SPI.h | |
parent | b84155e8913b837a5b82688165a4029b38c8c055 (diff) |
actually make DSi-mode direct boot work to some extent
Diffstat (limited to 'src/SPI.h')
-rw-r--r-- | src/SPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ namespace SPI_Firmware { -void SetupDirectBoot(); +void SetupDirectBoot(bool dsi); u32 FixFirmwareLength(u32 originalLength); |