mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-19 02:47:49 +00:00
(D3D) Buildfix
This commit is contained in:
parent
890de0e79b
commit
e011329728
@ -1116,7 +1116,7 @@ bool d3d_create_pixel_shader(LPDIRECT3DDEVICE dev, const DWORD *a, void **b)
|
||||
bool d3d_set_pixel_shader(LPDIRECT3DDEVICE dev, void *data)
|
||||
{
|
||||
#ifdef HAVE_D3D9
|
||||
D3DPixelShader *d3dps = (D3DPixelShader*)data;
|
||||
LPDIRECT3DPIXELSHADER d3dps = (LPDIRECT3DPIXELSHADER)data;
|
||||
if (!dev || !d3dps)
|
||||
return false;
|
||||
#if defined(__cplusplus)
|
||||
|
Loading…
x
Reference in New Issue
Block a user