diff --git a/rpcs3-tests/ps3-rsx-common.cpp b/rpcs3-tests/ps3-rsx-common.cpp index 42ccbf9231..960bef8ff0 100644 --- a/rpcs3-tests/ps3-rsx-common.cpp +++ b/rpcs3-tests/ps3-rsx-common.cpp @@ -10,6 +10,6 @@ TEST_CLASS(rsx_common) std::vector dest_buffer(2200); std::vector src_buffer(100000); // Big enough - write_vertex_array_data_to_buffer(gsl::span(dest_buffer), src_buffer.data(), 0, 550, rsx::vertex_base_type::ub256, 4, 20); + write_vertex_array_data_to_buffer(gsl::span(dest_buffer), src_buffer.data(), 0, 550, rsx::vertex_base_type::ub256, 4, 20, 4); } };