@@ -1465,7 +1465,6 @@ int loadFromSD(configuration* conf, const char *bootstrapPath) {
14651465
14661466 consoleClear ();
14671467 if (getFileSize (screenshotPath.c_str ()) < 0x4BCC00 ) {
1468- consoleDemoInit ();
14691468 iprintf (" Failed to create screenshots.tar" );
14701469 while (1 ) swiWaitForVBlank ();
14711470 }
@@ -1765,7 +1764,6 @@ int loadFromSD(configuration* conf, const char *bootstrapPath) {
17651764
17661765 consoleClear ();
17671766 if (getFileSize (screenshotPath.c_str ()) < 0x4BCC00 ) {
1768- consoleDemoInit ();
17691767 iprintf (" Failed to create screenshots.tar" );
17701768 while (1 ) swiWaitForVBlank ();
17711769 }
@@ -2149,7 +2147,6 @@ int loadFromSD(configuration* conf, const char *bootstrapPath) {
21492147
21502148 consoleClear ();
21512149 if (getFileSize (ramDumpPath.c_str ()) < 0x02000000 ) {
2152- consoleDemoInit ();
21532150 iprintf (" Failed to create RAM dump file." );
21542151 while (1 ) swiWaitForVBlank ();
21552152 }
@@ -2179,7 +2176,6 @@ int loadFromSD(configuration* conf, const char *bootstrapPath) {
21792176
21802177 consoleClear ();
21812178 if (getFileSize (apFixOverlaysPath.c_str ()) < 0x800000 ) {
2182- consoleDemoInit ();
21832179 iprintf (" Failed to allocate space\n " );
21842180 iprintf (" for AP-fixed overlays." );
21852181 while (1 ) swiWaitForVBlank ();
@@ -2206,7 +2202,6 @@ int loadFromSD(configuration* conf, const char *bootstrapPath) {
22062202
22072203 consoleClear ();
22082204 if (getFileSize (ramDumpPath.c_str ()) < 0x800000 ) {
2209- consoleDemoInit ();
22102205 iprintf (" Failed to create RAM dump file." );
22112206 while (1 ) swiWaitForVBlank ();
22122207 }
@@ -2233,7 +2228,6 @@ int loadFromSD(configuration* conf, const char *bootstrapPath) {
22332228
22342229 consoleClear ();
22352230 if (getFileSize (apFixOverlaysPath.c_str ()) < 0x800000 ) {
2236- consoleDemoInit ();
22372231 iprintf (" Failed to allocate space\n " );
22382232 iprintf (" for AP-fixed overlays." );
22392233 while (1 ) swiWaitForVBlank ();
0 commit comments