Removed some remaining .3ds extension references

This commit is contained in:
OpenSauce04
2025-03-02 17:45:54 +00:00
parent 8149302187
commit 1ef1ab05fa
5 changed files with 5 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ class Game(
val allExtensions: Set<String> get() = extensions + badExtensions
val extensions: Set<String> = HashSet(
listOf("3ds", "3dsx", "elf", "axf", "cci", "cxi", "app")
listOf("3dsx", "elf", "axf", "cci", "cxi", "app")
)
val badExtensions: Set<String> = HashSet(