temp. hack preventing evil out-of-bounds write

This commit is contained in:
StapleButter
2017-03-04 15:34:07 +01:00
parent f8770dc8fe
commit 8c7b7e2327
4 changed files with 11 additions and 5 deletions

View File

@ -265,7 +265,7 @@ int main()
SetWindowText(melon, melontitle);
}
}
printf("deinit\n");
NDS::DeInit();
return 0;