aboutsummaryrefslogtreecommitdiff
path: root/src/SPI.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2021-08-30 20:26:49 +0200
committerArisotura <thetotalworm@gmail.com>2021-08-30 20:26:49 +0200
commit523552a92d16fb1f3a367cd2f7ee382bb09a0772 (patch)
tree8e7ed32de0eb6bf9c8e741be431556cf736378d0 /src/SPI.h
parentb84155e8913b837a5b82688165a4029b38c8c055 (diff)
actually make DSi-mode direct boot work to some extent
Diffstat (limited to 'src/SPI.h')
-rw-r--r--src/SPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SPI.h b/src/SPI.h
index 3df654f..d82485b 100644
--- a/src/SPI.h
+++ b/src/SPI.h
@@ -24,7 +24,7 @@
namespace SPI_Firmware
{
-void SetupDirectBoot();
+void SetupDirectBoot(bool dsi);
u32 FixFirmwareLength(u32 originalLength);