loading: add extension filter for all supported formats

This commit is contained in:
minenice55 2022-09-03 23:26:19 -04:00
parent 3a9c0db871
commit ed5f028d54

View file

@ -417,6 +417,7 @@ namespace HeavenStudio.Editor
{
var extensions = new[]
{
new ExtensionFilter("All Supported Files ", new string[] { "riq", "tengoku", "rhmania" }),
new ExtensionFilter("Heaven Studio Remix File ", new string[] { "riq" }),
new ExtensionFilter("Legacy Heaven Studio Remix ", new string[] { "tengoku", "rhmania" })
};