mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-01 19:39:44 -06:00
fix #2083 and minor cleanup
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user