mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44:00 +08:00
(FormatCatalog): images are prioritized over archives in format lookups.
This commit is contained in:
parent
9a27fe31a1
commit
036c19fabe
@ -305,8 +305,8 @@ namespace GameRes
|
|||||||
|
|
||||||
//Fill the imports of this object
|
//Fill the imports of this object
|
||||||
container.ComposeParts (this);
|
container.ComposeParts (this);
|
||||||
AddResourceImpl (m_arc_formats);
|
|
||||||
AddResourceImpl (m_image_formats);
|
AddResourceImpl (m_image_formats);
|
||||||
|
AddResourceImpl (m_arc_formats);
|
||||||
AddResourceImpl (m_audio_formats);
|
AddResourceImpl (m_audio_formats);
|
||||||
AddResourceImpl (m_script_formats);
|
AddResourceImpl (m_script_formats);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user