mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Revert "This one complains too"
This reverts commit 1a3a88a62e4083b4b6f9bd036780255fee2829d9.
This commit is contained in:
parent
1a3a88a62e
commit
7484e01034
@ -1649,13 +1649,8 @@ static void d3d_set_menu_texture_frame(void *data,
|
||||
d3d->menu->tex_w != width ||
|
||||
d3d->menu->tex_h != height)
|
||||
{
|
||||
#ifdef _XBOX
|
||||
width = next_pow2(width);
|
||||
height = next_pow2(height);
|
||||
#endif
|
||||
|
||||
if (d3d->menu)
|
||||
d3d_texture_free(d3d->menu->tex);
|
||||
d3d_texture_free(d3d->menu->tex);
|
||||
|
||||
d3d->menu->tex = d3d_texture_new(d3d->dev, NULL,
|
||||
width, height, 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user