Fixed N3DS Speedup option not working

This commit is contained in:
DavidSM64 2015-11-15 22:38:00 -06:00
parent 30dbbb70b8
commit f039485e9c
3 changed files with 9 additions and 19 deletions

View file

@ -204,6 +204,7 @@ void clearScreen(int* data, u8 fill, int size) {
char debugText[34];
char bossHealthText[34];
int main() {
initCfgu();
CFGU_GetSystemModel(&MODEL_3DS);
FILE * file;
shouldRenderDebug = true;
@ -357,6 +358,7 @@ int main() {
sf2d_free_texture(minimap[4]);
freeSounds();
csndExit();
exitCfgu();
sf2d_fini();
return 0;
}