From ddfbe0b58d856ae4a62683943cb35c2ae8f13b95 Mon Sep 17 00:00:00 2001 From: FernandoS27 Date: Fri, 16 Nov 2018 13:01:54 -0400 Subject: Implemented Tile Width Spacing --- src/video_core/textures/texture.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/video_core/textures/texture.h') diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h index ffa08f5c1..e7c78bee2 100644 --- a/src/video_core/textures/texture.h +++ b/src/video_core/textures/texture.h @@ -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; -- cgit v1.2.3