mirror of https://github.com/AxioDL/metaforce.git
updated RetroCommon
This commit is contained in:
parent
a8fbfcb361
commit
0eae341bb0
|
@ -1 +1 @@
|
|||
Subproject commit 1e7f39e4c540b675f472fe0d60a2ed8dc8073634
|
||||
Subproject commit cce7e06580f2f9d9b9a92bcd3d8c80053240e12c
|
|
@ -71,9 +71,8 @@ public:
|
|||
ProjectPath subpath;
|
||||
bool cookedonly;
|
||||
};
|
||||
virtual bool canExtract(const Project& project, const ExtractPassInfo& info,
|
||||
SystemString& reasonNo)
|
||||
{(void)project;(void)info;reasonNo=_S("not implemented");return false;}
|
||||
virtual bool canExtract(const ExtractPassInfo& info, SystemString& reasonNo)
|
||||
{(void)info;reasonNo=_S("not implemented");return false;}
|
||||
virtual void doExtract(const Project& project, const ExtractPassInfo& info)
|
||||
{(void)project;(void)info;}
|
||||
|
||||
|
|
Loading…
Reference in New Issue