Missed this in the last commit, sigh
This commit is contained in:
parent
31de5a5082
commit
088901324d
1 changed files with 1 additions and 2 deletions
|
@ -580,10 +580,9 @@ static int DefaultGPUBackend() {
|
||||||
if (System_GetPropertyInt(SYSPROP_SYSTEMVERSION) >= 28) {
|
if (System_GetPropertyInt(SYSPROP_SYSTEMVERSION) >= 28) {
|
||||||
return (int)GPUBackend::VULKAN;
|
return (int)GPUBackend::VULKAN;
|
||||||
}
|
}
|
||||||
#else
|
#endif
|
||||||
// TODO: On some additional Linux platforms, we should also default to Vulkan.
|
// TODO: On some additional Linux platforms, we should also default to Vulkan.
|
||||||
return (int)GPUBackend::OPENGL;
|
return (int)GPUBackend::OPENGL;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int Config::NextValidBackend() {
|
int Config::NextValidBackend() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue