Skip to content

Commit

Permalink
nv2a/vk: Fix missing display surface addr in debug marker
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Dec 31, 2024
1 parent 8375a35 commit 454fd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/xbox/nv2a/pgraph/vk/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ static void render_display(PGRAPHState *pg, SurfaceBinding *surface)

VkCommandBuffer cmd = pgraph_vk_begin_single_time_commands(pg);
pgraph_vk_begin_debug_marker(r, cmd, RGBA_YELLOW,
"Display Surface %08"HWADDR_PRIx);
"Display Surface %08"HWADDR_PRIx, surface->vram_addr);

pgraph_vk_transition_image_layout(pg, cmd, surface->image,
surface->host_fmt.vk_format,
Expand Down

0 comments on commit 454fd4a

Please sign in to comment.