VideoCommon: Remove special treatment for Android in video settings

This commit is contained in:
Robin Kertels
2022-09-24 21:14:34 +02:00
parent 3ee4c6a33b
commit 4e204a9a1a
4 changed files with 3 additions and 14 deletions

View File

@ -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.