mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: Remove special treatment for Android in video settings
This commit is contained in:
@ -159,11 +159,7 @@ struct VideoConfig final
|
||||
bool bEnableValidationLayer = false;
|
||||
|
||||
// Multithreaded submission, currently only supported with Vulkan.
|
||||
#if defined(ANDROID)
|
||||
bool bBackendMultithreading = false;
|
||||
#else
|
||||
bool bBackendMultithreading = true;
|
||||
#endif
|
||||
|
||||
// Early command buffer execution interval in number of draws.
|
||||
// Currently only supported with Vulkan.
|
||||
|
Reference in New Issue
Block a user