Browse Source

Don't try to close non openend file

pull/3054/head
Rafał Mikrut 5 years ago committed by Anders Jenbo
parent
commit
3ba15a4251
  1. 1
      Source/platform/ctr/system.cpp

1
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);

Loading…
Cancel
Save