Merge pull request #4639 from Tilka/android

Android: fix software renderer 2nd edition
This commit is contained in:
Markus Wick 2017-01-10 10:30:16 +01:00 committed by GitHub
commit 45a875e2f2
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ public final class SettingsFragmentPresenter
{ {
videoBackendValue = 1; videoBackendValue = 1;
} }
else if (videoBackend.equals("Software")) else if (videoBackend.equals("Software Renderer"))
{ {
videoBackendValue = 2; videoBackendValue = 2;
} }