Skip to content

Commit

Permalink
nv2a: Compile fix for DEBUG_NV2A enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
abaire authored and mborgerson committed Jul 9, 2023
1 parent 0ee7502 commit 22aaac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hw/xbox/nv2a/pgraph.c
Original file line number Diff line number Diff line change
Expand Up @@ -6643,7 +6643,8 @@ static void pgraph_bind_textures(NV2AState *d)
1 << log_width, 1 << log_height, 1 << log_depth,
pitch,
cubemap ? "; cubemap" : "",
min_filter, mag_filter,
GET_MASK(filter, NV_PGRAPH_TEXFILTER0_MIN),
GET_MASK(filter, NV_PGRAPH_TEXFILTER0_MAG),
min_mipmap_level, max_mipmap_level, levels,
lod_bias);

Expand Down

0 comments on commit 22aaac8

Please sign in to comment.