allow hard drive images with extension "hdv"

This commit is contained in:
Jorj Bauer 2021-01-19 08:52:58 -05:00
parent 03981b2b77
commit 3fa600370b
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ uint16_t BIOS::DisksMenuHandler(bool needsRedraw, bool performAction)
localRedraw = true;
break;
} else {
strcpy(fileFilter, "img");
strcpy(fileFilter, "img,hdv");
fileSelectionFor = ACT_HD1;
return BIOS_SELECTFILE;
}