diff options
author | Arisotura <thetotalworm@gmail.com> | 2021-11-22 18:59:49 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2021-11-22 18:59:49 +0100 |
commit | 97e599f90f9cc635ff238b702e5b58b3b05b7dd6 (patch) | |
tree | bae6b6d0de2b091d9486a06ab79062309246009a /src | |
parent | e24a4e5e978eb6718ed6ca76c619919d94801b26 (diff) |
what.
Diffstat (limited to 'src')
-rw-r--r-- | src/DSi.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/DSi.cpp b/src/DSi.cpp index dd5d67e..9267f14 100644 --- a/src/DSi.cpp +++ b/src/DSi.cpp @@ -547,9 +547,6 @@ void SoftReset() memcpy(NDS::ARM9->ITCM, ITCMInit, 0x8000); DSi_AES::Reset(); - - - DSi_AES::Reset(); // TODO: does the DSP get reset? NWRAM doesn't, so I'm assuming no // *HOWEVER*, the bootrom (which does get rerun) does remap NWRAM, and thus // the DSP most likely gets reset |