mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 13:25:28 +00:00
(D3D) Fix function call
This commit is contained in:
parent
b8a5249474
commit
64bc7cbe36
@ -1552,7 +1552,7 @@ static bool d3d_overlay_load(void *data,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (d3d_lockrectangle(overlay->tex, 0, &d3dlr,
|
if (d3d_lock_rectangle(overlay->tex, 0, &d3dlr,
|
||||||
NULL, 0, D3DLOCK_NOSYSLOCK))
|
NULL, 0, D3DLOCK_NOSYSLOCK))
|
||||||
{
|
{
|
||||||
uint32_t *dst = (uint32_t*)(d3dlr.pBits);
|
uint32_t *dst = (uint32_t*)(d3dlr.pBits);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user