We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1208c5c commit 761f7f4Copy full SHA for 761f7f4
1 file changed
scripts/dupe_finder.py
@@ -31,7 +31,7 @@ def get_file_hash(filename, alg, chunksize=131072):
31
def look_for_rom(files):
32
for f in range(0, len(files)):
33
ext = files[f]["filename"].split(".")[-1]
34
- if ext.lower() in ["gb", "gbc", "cgb", "gba", "agb", "sgb"]:
+ if ext.lower() in ["gb", "gbc", "cgb", "gba", "agb", "sgb", "nes"]:
35
return files[f]["filename"]
36
37
return -1
0 commit comments