mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Delete the "Use Media Engine" option.
This commit is contained in:
@@ -182,7 +182,6 @@ int main(int argc, const char* argv[])
|
||||
coreParameter.outputHeight = 272;
|
||||
coreParameter.pixelWidth = 480;
|
||||
coreParameter.pixelHeight = 272;
|
||||
coreParameter.useMediaEngine = false;
|
||||
coreParameter.unthrottle = true;
|
||||
|
||||
g_Config.bEnableSound = false;
|
||||
@@ -193,7 +192,6 @@ int main(int argc, const char* argv[])
|
||||
g_Config.bAutoSaveSymbolMap = false;
|
||||
g_Config.bBufferedRendering = true;
|
||||
g_Config.bHardwareTransform = true;
|
||||
g_Config.bUseMediaEngine = true;
|
||||
#ifdef USING_GLES2
|
||||
g_Config.iAnisotropyLevel = 0;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user