mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 18:39:59 +00:00
Merge pull request #1421 from lakkatv/xmb
Use GL_LINEAR_MIPMAP_NEAREST instead of GL_LINEAR_MIPMAP_LINEAR for a 10...
This commit is contained in:
commit
5316cb1d26
@ -38,7 +38,7 @@ void gl_load_texture_data(GLuint id,
|
||||
switch (filter_type)
|
||||
{
|
||||
case TEXTURE_FILTER_MIPMAP_LINEAR:
|
||||
min_filter = GL_LINEAR_MIPMAP_LINEAR;
|
||||
min_filter = GL_LINEAR_MIPMAP_NEAREST;
|
||||
mag_filter = GL_LINEAR;
|
||||
#ifndef HAVE_PSGL
|
||||
want_mipmap = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user