mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Implement --warp command-line arguments
This commit is contained in:
@@ -43,6 +43,8 @@ void CPakFile::LoadResourceTable(athena::io::MemoryReader& r)
|
||||
CAssetId id = r.readUint32Big();
|
||||
u32 size = r.readUint32Big();
|
||||
u32 offset = r.readUint32Big();
|
||||
if (fcc == FOURCC('MLVL'))
|
||||
m_mlvlId = id;
|
||||
x74_resList.emplace_back(id, fcc, offset, size, flags);
|
||||
if (x28_24_buildDepList)
|
||||
x64_depList.push_back(id);
|
||||
|
||||
Reference in New Issue
Block a user