mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
rsx: mark register access with divider op enabled and frequency 1 (#1892)
This commit is contained in:
parent
11f7b167ae
commit
2c981cf940
|
|
@ -786,6 +786,7 @@ namespace rsx
|
|||
{
|
||||
is_int = is_int_type(rsx::method_registers.register_vertex_info[index].type);
|
||||
result.state.frequency[index] = rsx::method_registers.register_vertex_info[index].frequency;
|
||||
result.state.divider_op |= (1 << index);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue