Skip to content

Commit

Permalink
(PSL1GHT) Newer PSL1GHT versions since Mar 3, 2021 have renamed SetZC…
Browse files Browse the repository at this point in the history
…ontrol

to SetZMinMaxControl
  • Loading branch information
LibretroAdmin committed Feb 20, 2023
1 parent 851177b commit fed60c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/drivers/rsx_gfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ static void rsx_clear_surface(rsx_t* rsx)
| GCM_CLEAR_A
| GCM_CLEAR_S
| GCM_CLEAR_Z);
rsxSetZControl(rsx->context, 0, 1, 1);
rsxSetZMinMaxControl(rsx->context, 0, 1, 1);
}

static void rsx_draw_vertices(rsx_t* rsx)
Expand Down

0 comments on commit fed60c6

Please sign in to comment.