aboutsummaryrefslogtreecommitdiff
path: root/src/DSi_I2C.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2022-01-07 14:00:43 +0100
committerGitHub <noreply@github.com>2022-01-07 14:00:43 +0100
commite665e25bd3ea4b9af932e182b1c93e77b762ccb0 (patch)
tree06b5ceb336e42868806113cbf1f45add2b56a3e8 /src/DSi_I2C.h
parentc4cd9da674bcfb8dca89086ce3ffa2d3b03438eb (diff)
Custom path support (#1333)
also including: * getting rid of shitty strings * all new, cleaner ROM handling code * base for DSi savestates * GBA slot addons (for now, memory cart)
Diffstat (limited to 'src/DSi_I2C.h')
-rw-r--r--src/DSi_I2C.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DSi_I2C.h b/src/DSi_I2C.h
index c064366..5531399 100644
--- a/src/DSi_I2C.h
+++ b/src/DSi_I2C.h
@@ -34,7 +34,7 @@ extern u8 Cnt;
bool Init();
void DeInit();
void Reset();
-//void DoSavestate(Savestate* file);
+void DoSavestate(Savestate* file);
void WriteCnt(u8 val);