mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
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