add .raw as supported extension.

This commit is contained in:
Kelvin Sherlock 2020-09-28 22:59:27 -04:00
parent 9f6870585f
commit 0c8587beb5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
[self loadRecentDiskImages];
_extensions = [NSSet setWithObjects:
@"2img", @"2mg", @"chd", @"dc", @"do", @"dsk", @"hd", @"hdv", @"image", @"nib", @"po", @"wav", @"woz", @"iso", nil
@"2img", @"2mg", @"chd", @"dc", @"do", @"dsk", @"hd", @"hdv", @"image", @"nib", @"po", @"wav", @"woz", @"iso", @"raw", nil
];
}
return self;