mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 13:07:48 +00:00
Propagate depth and depth_block on modules using decoders
This commit is contained in:
parent
8b1e913058
commit
1a70753709
8 changed files with 67 additions and 54 deletions
|
@ -43,6 +43,10 @@ public:
|
|||
u32 BlockHeight() const {
|
||||
return 1 << block_height;
|
||||
}
|
||||
|
||||
u32 BlockDepth() const {
|
||||
return 1 << block_depth;
|
||||
}
|
||||
};
|
||||
|
||||
static_assert(sizeof(Parameters) == 24, "Parameters has wrong size");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue