mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-19 16:08:40 +01:00
this is the last one i promise
i just removed a single comment, nothing major here.
This commit is contained in:
parent
77b5b46008
commit
9944b04d32
@ -1340,7 +1340,6 @@ static STREAMFILE* open_atomic_bao(ubi_bao_file file_type, uint32_t file_id, int
|
|||||||
/* Try default extensionless (as extracted from .forge bigfile) and with common extension.
|
/* Try default extensionless (as extracted from .forge bigfile) and with common extension.
|
||||||
* .forge data can be uncompressed (stream BAOs) and compressed (subfiles per area with memory BAOs). */
|
* .forge data can be uncompressed (stream BAOs) and compressed (subfiles per area with memory BAOs). */
|
||||||
if (is_stream) {
|
if (is_stream) {
|
||||||
/* (todo) optimize all of this (in bnnm's words, "open_streamfile attempts add up extra time") */
|
|
||||||
snprintf(buf,buf_size, "Common_BAO_0x%08x", file_id);
|
snprintf(buf,buf_size, "Common_BAO_0x%08x", file_id);
|
||||||
sf_bao = open_streamfile_by_filename(sf, buf);
|
sf_bao = open_streamfile_by_filename(sf, buf);
|
||||||
if (sf_bao) return sf_bao;
|
if (sf_bao) return sf_bao;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user