mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 13:55:03 -06:00
Partial revert of 6ae54ae27b
This commit is contained in:
parent
5eb98b745f
commit
deeb4acbe5
@ -352,7 +352,8 @@ namespace rsx
|
|||||||
|
|
||||||
for (u8 index = 0; index < rsx::limits::vertex_count; ++index)
|
for (u8 index = 0; index < rsx::limits::vertex_count; ++index)
|
||||||
{
|
{
|
||||||
rsx::method_registers.register_vertex_info[index].size = 0;
|
//Disabled, see https://github.com/RPCS3/rpcs3/issues/1932
|
||||||
|
//rsx::method_registers.register_vertex_info[index].size = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (capture_current_frame)
|
if (capture_current_frame)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user