diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; } |