mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
SCI: Mac SCI1.1+ games can use SYNC as the resource type for sync resources too
svn-id: r55708
This commit is contained in:
parent
4ea38d3f33
commit
26f5523156
@ -1781,7 +1781,8 @@ static const MacResTag macResTagMap[] = {
|
||||
{ MKID_BE('IBIN'), kResourceTypeMacIconBarPictN },
|
||||
{ MKID_BE('IBIS'), kResourceTypeMacIconBarPictS },
|
||||
{ MKID_BE('PICT'), kResourceTypeMacPict },
|
||||
{ MKID_BE('SYN '), kResourceTypeSync }
|
||||
{ MKID_BE('SYN '), kResourceTypeSync },
|
||||
{ MKID_BE('SYNC'), kResourceTypeSync }
|
||||
};
|
||||
|
||||
static Common::Array<uint32> resTypeToMacTags(ResourceType type) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user