mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-21 12:51:57 +01:00
Add Czech_BAOs
This commit is contained in:
parent
65e2d4d27d
commit
19c10e014c
@ -1396,6 +1396,10 @@ static STREAMFILE * open_atomic_bao(ubi_bao_file file_type, uint32_t file_id, in
|
|||||||
streamBAO = open_streamfile_by_filename(streamFile, buf);
|
streamBAO = open_streamfile_by_filename(streamFile, buf);
|
||||||
if (streamBAO) return streamBAO;
|
if (streamBAO) return streamBAO;
|
||||||
|
|
||||||
|
snprintf(buf,buf_size, "Czech_BAO_0x%08x", file_id);
|
||||||
|
streamBAO = open_streamfile_by_filename(streamFile, buf);
|
||||||
|
if (streamBAO) return streamBAO;
|
||||||
|
|
||||||
/* there may be more per language */
|
/* there may be more per language */
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user