Skip to content

Commit

Permalink
Added iso support as it’s standard for DVD images
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed May 29, 2018
1 parent c7f5063 commit 39634ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rom/hash/hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ func getDecoder(ext string) (decoder, bool) {
switch ext {
case ".bin", ".a26", ".a52", ".rom", ".cue", ".gdi", ".gb", ".gba", ".gbc", ".32x", ".gg",
".pce", ".sms", ".col", ".ngp", ".ngc", ".sg", ".int", ".vb", ".vec", ".gam", ".j64",
".jag", ".mgw", ".nds", ".fds", ".ctg", ".sgx", ".tgx", ".ws", ".wsc":
".jag", ".mgw", ".nds", ".fds", ".ctg", ".sgx", ".tgx", ".ws", ".wsc", ".iso":
return noop, true
case ".a78":
return decodeA78, true
Expand Down

0 comments on commit 39634ac

Please sign in to comment.