mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 04:18:06 +00:00
Implemented Tile Width Spacing
This commit is contained in:
parent
bfcbcc989e
commit
b509890e4c
8 changed files with 55 additions and 36 deletions
|
@ -166,6 +166,8 @@ struct TICEntry {
|
|||
BitField<3, 3, u32> block_height;
|
||||
BitField<6, 3, u32> block_depth;
|
||||
|
||||
BitField<10, 3, u32> tile_width_spacing;
|
||||
|
||||
// High 16 bits of the pitch value
|
||||
BitField<0, 16, u32> pitch_high;
|
||||
BitField<26, 1, u32> use_header_opt_control;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue