mirror of https://github.com/pret/pokeemerald.git
Fix segfault in gbagfx
This commit is contained in:
parent
46f4a4bbf7
commit
a35ab0d023
|
@ -92,6 +92,7 @@ void HandleGbaToPngCommand(char *inputPath, char *outputPath, int argc, char **a
|
|||
options.width = 1;
|
||||
options.metatileWidth = 1;
|
||||
options.metatileHeight = 1;
|
||||
options.tilemapFilePath = NULL;
|
||||
options.isAffineMap = false;
|
||||
|
||||
for (int i = 3; i < argc; i++)
|
||||
|
|
Loading…
Reference in New Issue