mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +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
|
||||
container.ComposeParts (this);
|
||||
AddResourceImpl (m_arc_formats);
|
||||
AddResourceImpl (m_image_formats);
|
||||
AddResourceImpl (m_arc_formats);
|
||||
AddResourceImpl (m_audio_formats);
|
||||
AddResourceImpl (m_script_formats);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user