aboutsummaryrefslogtreecommitdiff
path: root/src/SPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SPI.h')
-rw-r--r--src/SPI.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/SPI.h b/src/SPI.h
index d82485b..8ac3948 100644
--- a/src/SPI.h
+++ b/src/SPI.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2021 Arisotura
+ Copyright 2016-2022 melonDS team
This file is part of melonDS.
@@ -28,6 +28,7 @@ void SetupDirectBoot(bool dsi);
u32 FixFirmwareLength(u32 originalLength);
+u32 GetFirmwareLength();
u8 GetConsoleType();
u8 GetWifiVersion();
u8 GetNWifiVersion();
@@ -36,6 +37,14 @@ u8* GetWifiMAC();
}
+namespace SPI_Powerman
+{
+
+bool GetBatteryLevelOkay();
+void SetBatteryLevelOkay(bool okay);
+
+}
+
namespace SPI_TSC
{