mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +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…
Reference in New Issue
Block a user