mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-07 18:33:28 +00:00
updated RetroCommon
This commit is contained in:
parent
a8fbfcb361
commit
0eae341bb0
2
hecl/extern/RetroCommon
vendored
2
hecl/extern/RetroCommon
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 1e7f39e4c540b675f472fe0d60a2ed8dc8073634
|
Subproject commit cce7e06580f2f9d9b9a92bcd3d8c80053240e12c
|
@ -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;}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user