1
0
mirror of https://github.com/Relintai/sdl2_frt.git synced 2025-04-16 21:46:03 +02:00

Fix compilation on Window10 (see bug )

This commit is contained in:
Sylvain Becker 2021-01-05 12:20:02 +01:00
parent df6b813108
commit 73d93dbc38

View File

@ -1404,7 +1404,7 @@ D3D11_UpdateTextureYUV(SDL_Renderer * renderer, SDL_Texture * texture,
}
static int
D3D11_UpdateTextureYUV(SDL_Renderer * renderer, SDL_Texture * texture,
D3D11_UpdateTextureNV(SDL_Renderer * renderer, SDL_Texture * texture,
const SDL_Rect * rect,
const Uint8 *Yplane, int Ypitch,
const Uint8 *UVplane, int UVpitch)