Fixed N3DS Speedup option not working
This commit is contained in:
parent
30dbbb70b8
commit
f039485e9c
3 changed files with 9 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue