mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Lots of work on CAutoMapper
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace urde
|
||||
{
|
||||
|
||||
const std::vector<u32>* CResLoader::GetTagListForFile(const std::string& name) const
|
||||
const std::vector<ResId>* CResLoader::GetTagListForFile(const std::string& name) const
|
||||
{
|
||||
std::string namePak = name + ".pak";
|
||||
for (const std::unique_ptr<CPakFile>& pak : x18_pakLoadedList)
|
||||
|
||||
Reference in New Issue
Block a user