early-access version 2006

This commit is contained in:
pineappleEA
2021-08-21 07:18:09 +02:00
parent bcb0d9cd4f
commit 26b17a7d5c
14 changed files with 293 additions and 301 deletions

View File

@@ -159,7 +159,7 @@ static_assert(sizeof(TextureHandle) == 4, "TextureHandle has wrong size");
return {raw, raw};
} else {
const Tegra::Texture::TextureHandle handle{raw};
return {handle.tic_id, via_header_index ? handle.tic_id : handle.tsc_id};
return {handle.tic_id, handle.tsc_id};
}
}