Mipmapping always set to true that real PSP does
This commit is contained in:
parent
ffb1d65313
commit
18aaa91d04
1 changed files with 0 additions and 4 deletions
|
@ -119,11 +119,7 @@ void Config::Load(const char *iniFileName)
|
|||
#endif
|
||||
graphics->Get("StretchToDisplay", &bStretchToDisplay, false);
|
||||
graphics->Get("TrueColor", &bTrueColor, true);
|
||||
#ifdef USING_GLES2
|
||||
graphics->Get("MipMap", &bMipMap, true);
|
||||
#else
|
||||
graphics->Get("MipMap", &bMipMap, false);
|
||||
#endif
|
||||
graphics->Get("TexScalingLevel", &iTexScalingLevel, 1);
|
||||
graphics->Get("TexScalingType", &iTexScalingType, 0);
|
||||
graphics->Get("TexDeposterize", &bTexDeposterize, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue