mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
(D3D) Buildfix
This commit is contained in:
parent
cc7f661f9c
commit
6083f850aa
@ -57,7 +57,7 @@ LPDIRECT3DTEXTURE d3d_texture_new(LPDIRECT3DDEVICE dev,
|
||||
const char *path, unsigned width, unsigned height,
|
||||
unsigned miplevels, unsigned usage, D3DFORMAT format,
|
||||
D3DPOOL pool, unsigned filter, unsigned mipfilter,
|
||||
D3DCOLOR color_key, D3DXIMAGE_INFO *src_info_data,
|
||||
D3DCOLOR color_key, void *src_info_data,
|
||||
PALETTEENTRY *palette)
|
||||
{
|
||||
HRESULT hr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user