mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 01:31:25 +00:00
Recognize .cdr and .toast as CD-ROM image file endings
This commit is contained in:
parent
c983598bce
commit
040e5532a8
@ -44,7 +44,9 @@ private:
|
||||
{ "hdr", SCRM },
|
||||
{ "mos", SCMO },
|
||||
{ "is1", SCCD },
|
||||
{ "iso", SCCD }
|
||||
{ "iso", SCCD },
|
||||
{ "cdr", SCCD },
|
||||
{ "toast", SCCD }
|
||||
};
|
||||
|
||||
const inline static unordered_map<string, PbDeviceType, piscsi_util::StringHash, equal_to<>> DEVICE_MAPPING = {
|
||||
|
Loading…
Reference in New Issue
Block a user