mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(PSL1GHT) Newer PSL1GHT versions since Mar 3, 2021 have renamed SetZControl
to SetZMinMaxControl
This commit is contained in:
parent
851177bf20
commit
fed60c62b6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user