mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
VideoCommon: Remove special treatment for Android in video settings
This commit is contained in:
parent
3ee4c6a33b
commit
4e204a9a1a
4 changed files with 3 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue