mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
nv2a/vk: Run full dirty texture check
This commit is contained in:
committed by
mborgerson
parent
5527e908b7
commit
580c2e9da4
@@ -1415,10 +1415,6 @@ void pgraph_vk_bind_textures(NV2AState *d)
|
||||
r->texture_bindings[i] = &r->dummy_texture;
|
||||
continue;
|
||||
}
|
||||
if (r->texture_bindings[i] && !pg->texture_dirty[i]) {
|
||||
// FIXME: Fails to check memory
|
||||
continue;
|
||||
}
|
||||
|
||||
create_texture(pg, i);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user