ResInfo: support percent_appledouble

This commit is contained in:
Wolfgang Thaller 2020-10-04 15:47:48 +02:00
parent 527edf0e49
commit ec180a668b
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ map<string,ResourceFile::Format> formats {
{"macbin", ResourceFile::Format::macbin},
{"basilisk", ResourceFile::Format::basilisk},
{"applesingle", ResourceFile::Format::applesingle},
{"underscore_appledouble", ResourceFile::Format::underscore_appledouble}
{"underscore_appledouble", ResourceFile::Format::underscore_appledouble},
{"percent_appledouble", ResourceFile::Format::percent_appledouble}
};
map<ResourceFile::Format,string> reverseFormats;