mirror of https://github.com/AxioDL/metaforce.git
MP1: Load RS5 pak if exists
This commit is contained in:
parent
723ee78f47
commit
ce7b94a2ed
|
@ -384,6 +384,10 @@ void CMain::AddOverridePaks() {
|
|||
if (CDvdFile::FileExists("URDE.upak")) {
|
||||
loader->AddPakFile("URDE", false, false, true);
|
||||
}
|
||||
|
||||
if (CDvdFile::FileExists("RS5.upak")) {
|
||||
loader->AddPakFile("RS5", false, false, true);
|
||||
}
|
||||
}
|
||||
|
||||
void CMain::ResetGameState() {
|
||||
|
|
Loading…
Reference in New Issue