mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Headless: Enable mipmaps.
This commit is contained in:
parent
19a3e166ec
commit
b2711c2ebf
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ int main(int argc, const char* argv[])
|
|||
g_Config.bVertexDecoderJit = true;
|
||||
g_Config.bBlockTransferGPU = true;
|
||||
g_Config.iSplineBezierQuality = 2;
|
||||
g_Config.bMipMap = true;
|
||||
|
||||
#ifdef _WIN32
|
||||
InitSysDirectories();
|
||||
|
|
Loading…
Add table
Reference in a new issue