mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
(menu_display_d3d8.c) Buildfix
This commit is contained in:
parent
2a655116a6
commit
9e741019f3
@ -172,7 +172,7 @@ static void menu_display_d3d8_draw(void *data, video_frame_info_t *video_info)
|
|||||||
#if 1
|
#if 1
|
||||||
if ((void*)draw->texture)
|
if ((void*)draw->texture)
|
||||||
{
|
{
|
||||||
D3DSURFACE_DESC desc;
|
D3D8SURFACE_DESC desc;
|
||||||
if (d3d8_texture_get_level_desc((void*)draw->texture, 0, &desc))
|
if (d3d8_texture_get_level_desc((void*)draw->texture, 0, &desc))
|
||||||
{
|
{
|
||||||
pv[i].u *= desc.Width;
|
pv[i].u *= desc.Width;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user