Android: fix software renderer 2nd edition

This commit is contained in:
Tillmann Karras 2017-01-09 11:58:19 +00:00
parent 91044178ef
commit 7284c7a954
1 changed files with 1 additions and 1 deletions

View File

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