aboutsummaryrefslogtreecommitdiff
path: root/src/DSi_DSP.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DSi_DSP.h')
-rw-r--r--src/DSi_DSP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DSi_DSP.h b/src/DSi_DSP.h
index f5264b4..ade88ba 100644
--- a/src/DSi_DSP.h
+++ b/src/DSi_DSP.h
@@ -41,10 +41,10 @@ bool Init();
void DeInit();
void Reset();
-// TODO: needs to be called!
-// however, no DSi savestate stuff seems to be actually implemented?!
void DoSavestate(Savestate* file);
+void DSPCatchUpU32(u32 _);
+
// SCFG_RST bit0
bool IsRstReleased();
void SetRstLine(bool release);