mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 23:29:39 +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 },
|
{ "hdr", SCRM },
|
||||||
{ "mos", SCMO },
|
{ "mos", SCMO },
|
||||||
{ "is1", SCCD },
|
{ "is1", SCCD },
|
||||||
{ "iso", SCCD }
|
{ "iso", SCCD },
|
||||||
|
{ "cdr", SCCD },
|
||||||
|
{ "toast", SCCD }
|
||||||
};
|
};
|
||||||
|
|
||||||
const inline static unordered_map<string, PbDeviceType, piscsi_util::StringHash, equal_to<>> DEVICE_MAPPING = {
|
const inline static unordered_map<string, PbDeviceType, piscsi_util::StringHash, equal_to<>> DEVICE_MAPPING = {
|
||||||
|
Loading…
Reference in New Issue
Block a user