add .uze (uzbox) to the Load Rom dialog filter

This commit is contained in:
adelikat 2020-05-19 20:48:53 -05:00
parent 123dbcc46d
commit b5ad1e636e
1 changed files with 1 additions and 0 deletions

View File

@ -2201,6 +2201,7 @@ namespace BizHawk.Client.EmuHawk
new FilesystemFilter("Amstrad CPC", new string[0], devBuildExtraExts: new[] { "cdt", "dsk" }, devBuildAddArchiveExts: true),
new FilesystemFilter("Sinclair ZX Spectrum", new[] { "tzx", "tap", "dsk", "pzx", "csw", "wav" }, addArchiveExts: true),
new FilesystemFilter("Odyssey 2", new[] { "o2" }),
new FilesystemFilter("Uzebox", new [] { "uze" }),
FilesystemFilter.EmuHawkSaveStates
);