mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
GC PAL Audio XML
This commit is contained in:
parent
9e313dd18b
commit
008af18951
3 changed files with 1557 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue