Recognize .cdr and .toast as CD-ROM image file endings

This commit is contained in:
Daniel Markstedt 2024-01-15 15:13:57 +09:00
parent f935556887
commit 413da6a335
1 changed files with 3 additions and 1 deletions

View File

@ -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 = {