Audio decompiled and WIP custom sample support

This commit is contained in:
Nicholas Estelami
2022-06-01 13:06:32 -04:00
parent 5fcddaa066
commit 941c19f2c3
44 changed files with 2384 additions and 167 deletions

View File

@@ -191,6 +191,8 @@ ZRom::ZRom(std::string romPath)
}
else
files[lines[i]] = outData;
//File::WriteAllBytes(StringHelper::Sprintf("baserom/%s", lines[i]), files[lines[i]]);
}
int bp = 0;