mirror of https://github.com/AxioDL/metaforce.git
Fix extracting RS5FE.pak
This commit is contained in:
parent
0085f0b16f
commit
5f2ce02b05
|
@ -28,6 +28,8 @@ static bool GetNoShare(std::string_view name) {
|
|||
std::transform(lowerName.begin(), lowerName.end(), lowerName.begin(), tolower);
|
||||
if (!lowerName.compare(0, 7, "metroid"))
|
||||
return false;
|
||||
if (!lowerName.compare(0, 5, "rs5fe"))
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue