mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
rsx: Fix NULL renderer
This commit is contained in:
parent
e772dde3cc
commit
522daf5eac
1 changed files with 2 additions and 1 deletions
|
@ -12,5 +12,6 @@ NullGSRender::NullGSRender() : GSRender()
|
|||
|
||||
void NullGSRender::end()
|
||||
{
|
||||
rsx::method_registers.current_draw_clause.end();
|
||||
execute_nop_draw();
|
||||
rsx::thread::end();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue