mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-02 00:13:33 +00:00
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…
x
Reference in New Issue
Block a user