mirror of https://github.com/xemu-project/xemu.git
nv2a/vk: Drop display update early-out
This commit is contained in:
parent
974b2be87a
commit
986b18214c
|
@ -899,10 +899,6 @@ static void render_display(PGRAPHState *pg, SurfaceBinding *surface)
|
|||
PGRAPHVkState *r = pg->vk_renderer_state;
|
||||
PGRAPHVkDisplayState *disp = &r->display;
|
||||
|
||||
if (disp->draw_time >= surface->draw_time) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (r->in_command_buffer &&
|
||||
surface->draw_time >= r->command_buffer_start_time) {
|
||||
pgraph_vk_finish(pg, VK_FINISH_REASON_PRESENTING);
|
||||
|
|
Loading…
Reference in New Issue