fix #2083 and minor cleanup

This commit is contained in:
RSDuck
2024-10-06 17:33:03 +02:00
parent f13c70d028
commit aa443c8846
3 changed files with 5 additions and 4 deletions

View File

@ -364,6 +364,9 @@ int main(int argc, char** argv)
if (memberSyntaxUsed) printf("Warning: use the a.zip|b.nds format at your own risk!\n");
win->preloadROMs(dsfile, gbafile, options->boot);
if (options->fullscreen)
ToggleFullscreen(win);
}
int ret = melon.exec();