mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06: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