add .uze (uzbox) to the Load Rom dialog filter
This commit is contained in:
parent
123dbcc46d
commit
b5ad1e636e
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue