Skip to content

Commit

Permalink
Update texture.c
Browse files Browse the repository at this point in the history
  • Loading branch information
backgamon authored Dec 4, 2024
1 parent 1291dc5 commit 107b7bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hw/xbox/nv2a/pgraph/vk/texture.c
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,8 @@ static void create_texture(PGRAPHState *pg, int texture_idx)
NV2A_VK_DPRINTF("Cache hit");
r->texture_bindings[texture_idx] = snode;
possibly_dirty |= snode->possibly_dirty;
} else {
} else {
static void create_texture(PGRAPHState *pg, int texture_idx)
possibly_dirty = true;
}

Expand Down

0 comments on commit 107b7bb

Please sign in to comment.