mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-16 17:50:45 -04:00
Propagate depth and depth_block on modules using decoders
This commit is contained in:
@@ -141,6 +141,7 @@ static_assert(sizeof(TextureHandle) == 4, "TextureHandle has wrong size");
|
||||
|
||||
struct TICEntry {
|
||||
static constexpr u32 DefaultBlockHeight = 16;
|
||||
static constexpr u32 DefaultBlockDepth = 1;
|
||||
|
||||
union {
|
||||
u32 raw;
|
||||
|
||||
Reference in New Issue
Block a user