989snd: sound bank loading overhaul (#3185)

This commit is contained in:
Ziemas
2023-12-08 02:22:54 +01:00
committed by GitHub
parent 9b6f16f561
commit 168afa0e2e
59 changed files with 3793 additions and 2251 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ void assert_string_empty_after(const char* str, int size) {
}
}
std::string get_object_file_name(const std::string& original_name, u8* data, int size) {
std::string get_object_file_name(const std::string& original_name, const u8* data, int size) {
const std::string art_group_text_strings[] = {
fmt::format("/src/next/data/art-group{}/", versions::jak1::ART_FILE_VERSION),
fmt::format("/src/jak2/final/art-group{}/", versions::jak2::ART_FILE_VERSION),