GC PAL Audio XML

This commit is contained in:
Nicholas Estelami 2022-06-14 12:32:11 -04:00
commit 008af18951
3 changed files with 1557 additions and 11 deletions

View file

@ -192,10 +192,8 @@ ZRom::ZRom(std::string romPath)
else
files[lines[i]] = outData;
//File::WriteAllBytes(StringHelper::Sprintf("baserom/%s", lines[i]), files[lines[i]]);
//File::WriteAllBytes(StringHelper::Sprintf("baserom/%s", lines[i].c_str()), files[lines[i]]);
}
int bp = 0;
}
std::vector<uint8_t> ZRom::GetFile(std::string fileName)