X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fgles2rice%2Fsrc%2FConfig.cpp;h=7ac7295a421dfc23cfffb82f957f7a234329cb16;hp=da18f8e580d40e53904c9359e6e1ed163dc60605;hb=ea03ad213a7c83970cdf11e64c769918274ebda2;hpb=ad0f154dfe4248c7dd6b603b10f3a9a422ab1114 diff --git a/source/gles2rice/src/Config.cpp b/source/gles2rice/src/Config.cpp index da18f8e..7ac7295 100755 --- a/source/gles2rice/src/Config.cpp +++ b/source/gles2rice/src/Config.cpp @@ -476,7 +476,7 @@ static void ReadConfiguration(void) options.mipmapping = ConfigGetParamInt(l_ConfigVideoRice, "Mipmapping"); //*SEB* Force to 0 has other setting crash on the Pandora - options.mipmapping = 0; + options.mipmapping = TEXTURE_NO_MIPMAP; options.fogMethod = ConfigGetParamInt(l_ConfigVideoRice, "FogMethod"); options.forceTextureFilter = ConfigGetParamInt(l_ConfigVideoRice, "ForceTextureFilter"); options.textureEnhancement = ConfigGetParamInt(l_ConfigVideoRice, "TextureEnhancement");