Skip to content

Commit

Permalink
Merge pull request #226 from einsteinx2/master
Browse files Browse the repository at this point in the history
Added iso support as it’s standard for some DVD images
  • Loading branch information
sselph authored Jun 4, 2018
2 parents 268294d + 39634ac commit 6249278
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

1 comment on commit 6249278

@symbios24
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi any change to get the ".pbp file support for playstation?

thanks

Please sign in to comment.