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:
CasualPokePlayer 2024-10-18 18:03:04 -07:00
parent d3f4c1f441
commit 2ddfc5f172
1 changed files with 1 additions and 1 deletions

View File

@ -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" };