mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-23 06:40:49 +00:00
rsx: Typo fix
This commit is contained in:
parent
2548057ea0
commit
78e447e28c
@ -3275,7 +3275,7 @@ struct registers_decoder<NV4097_SET_ZSTENCIL_CLEAR_VALUE>
|
||||
u32 value;
|
||||
|
||||
u32 clear_z16() const { return bf_decoder<0, 16, u32>(value); }
|
||||
u32 clear_z24() const { return bf_decoder<0, 24>(value); }
|
||||
u32 clear_z24() const { return bf_decoder<8, 24>(value); }
|
||||
|
||||
public:
|
||||
decoded_type(u32 value) : value(value) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user