mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
updated RetroCommon
This commit is contained in:
2
hecl/extern/RetroCommon
vendored
2
hecl/extern/RetroCommon
vendored
Submodule hecl/extern/RetroCommon updated: 1e7f39e4c5...cce7e06580
@@ -71,9 +71,8 @@ public:
|
|||||||
ProjectPath subpath;
|
ProjectPath subpath;
|
||||||
bool cookedonly;
|
bool cookedonly;
|
||||||
};
|
};
|
||||||
virtual bool canExtract(const Project& project, const ExtractPassInfo& info,
|
virtual bool canExtract(const ExtractPassInfo& info, SystemString& reasonNo)
|
||||||
SystemString& reasonNo)
|
{(void)info;reasonNo=_S("not implemented");return false;}
|
||||||
{(void)project;(void)info;reasonNo=_S("not implemented");return false;}
|
|
||||||
virtual void doExtract(const Project& project, const ExtractPassInfo& info)
|
virtual void doExtract(const Project& project, const ExtractPassInfo& info)
|
||||||
{(void)project;(void)info;}
|
{(void)project;(void)info;}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user