diff --git a/src/BizHawk.Client.Common/RomLoader.cs b/src/BizHawk.Client.Common/RomLoader.cs index 35c668d3199..f0625e6ab22 100644 --- a/src/BizHawk.Client.Common/RomLoader.cs +++ b/src/BizHawk.Client.Common/RomLoader.cs @@ -874,7 +874,7 @@ private static class RomFileExtensions public static readonly IReadOnlyCollection N64DD = new[] { "ndd" }; - public static readonly IReadOnlyCollection NDS = new[] { "nds" }; + public static readonly IReadOnlyCollection NDS = new[] { "nds", "srl", "dsi", "ids" }; public static readonly IReadOnlyCollection NES = new[] { "nes", "fds", "unf" };