mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
fixed nv3089::image_in scale value
This commit is contained in:
parent
8912b9880e
commit
f7e787958e
2 changed files with 19 additions and 5 deletions
|
@ -350,13 +350,18 @@ namespace rsx
|
|||
void thread::end()
|
||||
{
|
||||
vertex_index_array.clear();
|
||||
|
||||
for (auto &vertex_array : vertex_arrays)
|
||||
{
|
||||
vertex_array.clear();
|
||||
}
|
||||
|
||||
transform_constants.clear();
|
||||
|
||||
if (capture_current_frame)
|
||||
{
|
||||
capture_frame("Draw " + std::to_string(vertex_draw_count));
|
||||
}
|
||||
}
|
||||
|
||||
void thread::on_task()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue