mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12: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
|
u32 index_array_offset() const
|
||||||
{
|
{
|
||||||
return value;
|
return bf_decoder<0, 29>(value);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue