mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
rsx: Improve Null Renderer
This commit is contained in:
parent
2512e958fa
commit
264253757c
7 changed files with 23 additions and 0 deletions
|
@ -640,6 +640,14 @@ namespace rsx
|
|||
}
|
||||
|
||||
rsx::method_registers.current_draw_clause.compile();
|
||||
|
||||
if (g_cfg.video.disable_video_output)
|
||||
{
|
||||
rsxthr->execute_nop_draw();
|
||||
rsxthr->rsx::thread::end();
|
||||
return;
|
||||
}
|
||||
|
||||
rsxthr->end();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue