mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Crash fix attempt - Successfully! (#32)
* Do not build here, since this could potential crash more things. * Crash fix! Co-authored-by: StackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com>
This commit is contained in:
@@ -208,11 +208,11 @@ void Config::load() {
|
||||
keyDelay = getInt("KEY_DELAY");
|
||||
}
|
||||
|
||||
/* if(!configJson.contains("SCREEN_FADE")) {
|
||||
if(!configJson.contains("SCREEN_FADE")) {
|
||||
fading = false;
|
||||
} else {
|
||||
fading = getBool("SCREEN_FADE");
|
||||
}*/
|
||||
}
|
||||
|
||||
fclose(file);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user