mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-02 13:46:06 +00:00
Change default to true
This commit is contained in:
parent
bfe8752a18
commit
47db8612ca
@ -70,7 +70,7 @@ void CConfig::Load(const char *iniFileName)
|
||||
graphics->Get("SSAA", &SSAntiAliasing, 0);
|
||||
graphics->Get("VBO", &bUseVBO, false);
|
||||
graphics->Get("FrameSkip", &iFrameSkip, 0);
|
||||
graphics->Get("UseMediaEngine", &bUseMediaEngine, false);
|
||||
graphics->Get("UseMediaEngine", &bUseMediaEngine, true);
|
||||
#ifdef USING_GLES2
|
||||
graphics->Get("AnisotropyLevel", &iAnisotropyLevel, 0);
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user