mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-07 03:58:09 +00:00
rsx: Fix index array offset bits
This commit is contained in:
parent
c2cbc62be6
commit
07c925223b
@ -1745,7 +1745,7 @@ struct registers_decoder<NV4097_SET_INDEX_ARRAY_ADDRESS>
|
|||||||
|
|
||||||
u32 index_array_offset() const
|
u32 index_array_offset() const
|
||||||
{
|
{
|
||||||
return value;
|
return bf_decoder<0, 29>(value);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user