mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-12-28 05:29:51 +00:00
allow hard drive images with extension "hdv"
This commit is contained in:
parent
03981b2b77
commit
3fa600370b
2
bios.cpp
2
bios.cpp
@ -496,7 +496,7 @@ uint16_t BIOS::DisksMenuHandler(bool needsRedraw, bool performAction)
|
|||||||
localRedraw = true;
|
localRedraw = true;
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
strcpy(fileFilter, "img");
|
strcpy(fileFilter, "img,hdv");
|
||||||
fileSelectionFor = ACT_HD1;
|
fileSelectionFor = ACT_HD1;
|
||||||
return BIOS_SELECTFILE;
|
return BIOS_SELECTFILE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user