diff options
Diffstat (limited to 'src/CP15.cpp')
-rw-r--r-- | src/CP15.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CP15.cpp b/src/CP15.cpp index 97414db..e3f0bae 100644 --- a/src/CP15.cpp +++ b/src/CP15.cpp @@ -57,7 +57,7 @@ void Reset() DTCMSize = 0; } -void Savestate(Savestate* file) +void DoSavestate(Savestate* file) { file->Section("CP15"); |