mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
nv2a/vk: Drop display update early-out
This commit is contained in:
committed by
mborgerson
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);
|
||||
|
||||
Reference in New Issue
Block a user