mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
rsx: Fix index array offset bits
This commit is contained in:
parent
c2cbc62be6
commit
07c925223b
1 changed files with 1 additions and 1 deletions
|
@ -1745,7 +1745,7 @@ struct registers_decoder<NV4097_SET_INDEX_ARRAY_ADDRESS>
|
|||
|
||||
u32 index_array_offset() const
|
||||
{
|
||||
return value;
|
||||
return bf_decoder<0, 29>(value);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue