VideoCommon: Remove special treatment for Android in video settings

This commit is contained in:
Robin Kertels 2022-09-24 21:14:34 +02:00
commit 4e204a9a1a
No known key found for this signature in database
GPG key ID: 3824904F14D40757
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.