mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00: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
Reference in a new issue