diff --git a/Source/platform/ctr/system.cpp b/Source/platform/ctr/system.cpp index 203afa824..c3b14b818 100644 --- a/Source/platform/ctr/system.cpp +++ b/Source/platform/ctr/system.cpp @@ -51,7 +51,6 @@ bool ctr_check_dsp() { FILE *dsp = fopen("sdmc:/3ds/dspfirm.cdc", "r"); if (dsp == NULL) { - fclose(dsp); gfxInitDefault(); errorConf error; errorInit(&error, ERROR_TEXT, CFG_LANGUAGE_EN);