mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
CResFactory bug fixes
This commit is contained in:
@@ -69,6 +69,11 @@ public:
|
||||
return x4_loader.LoadResourcePartSync(tag, size, off);
|
||||
}
|
||||
|
||||
void GetTagListForFile(const char* pakName, std::vector<SObjectTag>& out) const
|
||||
{
|
||||
return x4_loader.GetTagListForFile(pakName, out);
|
||||
}
|
||||
|
||||
std::shared_ptr<IDvdRequest> LoadResourceAsync(const urde::SObjectTag& tag, void* target)
|
||||
{
|
||||
return x4_loader.LoadResourceAsync(tag, target);
|
||||
|
||||
Reference in New Issue
Block a user