Skip to content

Commit

Permalink
Missed this in the last commit, sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Aug 24, 2019
1 parent 31de5a5 commit 0889013
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Core/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,9 @@ static int DefaultGPUBackend() {
if (System_GetPropertyInt(SYSPROP_SYSTEMVERSION) >= 28) {
return (int)GPUBackend::VULKAN;
}
#else
#endif
// TODO: On some additional Linux platforms, we should also default to Vulkan.
return (int)GPUBackend::OPENGL;
#endif
}

int Config::NextValidBackend() {
Expand Down

0 comments on commit 0889013

Please sign in to comment.