Skip to content

Commit

Permalink
Change file extension priority in gbagfx
Browse files Browse the repository at this point in the history
  • Loading branch information
scnorton committed Jan 29, 2019
1 parent 5ca630c commit 42e3369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gbagfx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ int main(int argc, char **argv)
{ "fwjpnfont", "png", HandleFullwidthJapaneseFontToPngCommand },
{ "png", "fwjpnfont", HandlePngToFullwidthJapaneseFontCommand },
{ NULL, "huff", HandleHuffCompressCommand },
{ "huff", NULL, HandleHuffDecompressCommand },
{ NULL, "lz", HandleLZCompressCommand },
{ "huff", NULL, HandleHuffDecompressCommand },
{ "lz", NULL, HandleLZDecompressCommand },
{ NULL, "rl", HandleRLCompressCommand },
{ "rl", NULL, HandleRLDecompressCommand },
Expand Down

0 comments on commit 42e3369

Please sign in to comment.