Changes between Initial Version and Version 1 of Ticket #13483, comment 10


Ignore:
Timestamp:
May 15, 2022, 6:52:17 AM (2 years ago)
Author:
antoniou79

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13483, comment 10

    initial v1  
    11It's good news that detection eventually worked with renaming the files.
    22This means that if we change the detection entry in engines/scumm/detection_tables.h from
    3 [code]{ "farm", "farm", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },[/code]
     3{{{
     4{ "farm", "farm", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
     5}}}
    46to
    5 [code]{ "farm", "The Farm", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },[/code]
     7{{{
     8{ "farm", "The Farm", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
     9}}}
    610then the renaming workaround won't be needed, and you also won't get the warning about the missing resource file.
    711