forked from dolphin-emu/dolphin
Merge pull request #7739 from zackhow/multib
Android: Disable backend multithreading and add option to gfx menu
This commit is contained in:
@@ -49,7 +49,12 @@ VideoConfig::VideoConfig()
|
||||
backend_info.bSupportsBPTCTextures = false;
|
||||
|
||||
bEnableValidationLayer = false;
|
||||
|
||||
#if defined(ANDROID)
|
||||
bBackendMultithreading = false;
|
||||
#else
|
||||
bBackendMultithreading = true;
|
||||
#endif
|
||||
}
|
||||
|
||||
void VideoConfig::Refresh()
|
||||
|
Reference in New Issue
Block a user