mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
rsx: mark register access with divider op enabled and frequency 1 (#1892)
This commit is contained in:
parent
11f7b167ae
commit
2c981cf940
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue