Remove check for non extension

This commit is contained in:
Georges-Antoine Assi
2025-08-20 20:48:30 -04:00
parent 474459c9d5
commit 82f527b3ad

View File

@@ -319,7 +319,7 @@ class FSRomsHandler(FSHandler):
):
# Check if file is excluded
ext = self.parse_file_extension(file_name)
if not ext or ext in excluded_file_exts:
if ext in excluded_file_exts:
continue
if any(