summaryrefslogtreecommitdiff
path: root/src/engine/main.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-11 14:55:51 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-11 14:55:51 -0500
commit8b41179e9349ac3dcc98f2436be2fa70f5040a33 (patch)
treebe57f4b91ef966980e0ed8cee40cd920bb70c473 /src/engine/main.c
parent2e713e820ac25a6a68a150c4f07d4865609985f6 (diff)
parente7672a1aeb5e42d6f4e416ede9f6220122d11743 (diff)
merge
Diffstat (limited to 'src/engine/main.c')
-rw-r--r--src/engine/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/main.c b/src/engine/main.c
index 92b81d475..54a443e80 100644
--- a/src/engine/main.c
+++ b/src/engine/main.c
@@ -13,7 +13,7 @@
#include "rtc.h"
#include "siirtc.h"
#include "sound.h"
-#include "unknown_task.h"
+#include "scanline_effect.h"
extern struct SoundInfo gSoundInfo;
extern u32 IntrMain[];
@@ -362,7 +362,7 @@ void DoSoftReset(void)
{
REG_IME = 0;
m4aSoundVSyncOff();
- remove_some_task();
+ ScanlineEffect_Stop();
DmaStop(1);
DmaStop(2);
DmaStop(3);