Fix segfault in gbagfx

This commit is contained in:
GriffinR 2020-06-29 15:28:59 -04:00
parent 46f4a4bbf7
commit a35ab0d023

View File

@ -92,6 +92,7 @@ void HandleGbaToPngCommand(char *inputPath, char *outputPath, int argc, char **a
options.width = 1; options.width = 1;
options.metatileWidth = 1; options.metatileWidth = 1;
options.metatileHeight = 1; options.metatileHeight = 1;
options.tilemapFilePath = NULL;
options.isAffineMap = false; options.isAffineMap = false;
for (int i = 3; i < argc; i++) for (int i = 3; i < argc; i++)