aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 909ac65..600cdbf 100644
--- a/main.cpp
+++ b/main.cpp
@@ -167,6 +167,8 @@ int main()
instance = GetModuleHandle(NULL);
+ //SetThreadAffinityMask(GetCurrentThread(), 0x8);
+
// god this shit sucks
WNDCLASSEX shit;
shit.cbSize = sizeof(shit);
@@ -256,5 +258,7 @@ int main()
}
}
+ NDS::DeInit();
+
return 0;
}