Add more NDS extensions
srl -> "official" DS rom extension (generally found in prototypes etc) dsi -> used for DSi only games ids -> used for iQue DS games upstream handles all these rom extensions already
This commit is contained in:
parent
d3f4c1f441
commit
2ddfc5f172
|
@ -874,7 +874,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
public static readonly IReadOnlyCollection<string> N64DD = new[] { "ndd" };
|
||||
|
||||
public static readonly IReadOnlyCollection<string> NDS = new[] { "nds" };
|
||||
public static readonly IReadOnlyCollection<string> NDS = new[] { "nds", "srl", "dsi", "ids" };
|
||||
|
||||
public static readonly IReadOnlyCollection<string> NES = new[] { "nes", "fds", "unf" };
|
||||
|
||||
|
|
Loading…
Reference in New Issue