mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +00:00
(GL) Remove these conditionals - mipmap support should be
detected at runtime
This commit is contained in:
parent
3dfd8a0584
commit
9c1d1f3af8
@ -3290,7 +3290,6 @@ static void gl_load_texture_data(
|
||||
|
||||
if (!gl_check_mipmap())
|
||||
{
|
||||
#if defined(HAVE_OPENGLES2) || defined(HAVE_PSGL) || defined(OSX_PPC)
|
||||
/* Assume no mipmapping support. */
|
||||
switch (filter_type)
|
||||
{
|
||||
@ -3303,7 +3302,6 @@ static void gl_load_texture_data(
|
||||
default:
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
switch (filter_type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user