mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #4639 from Tilka/android
Android: fix software renderer 2nd edition
This commit is contained in:
+1
-1
@@ -798,7 +798,7 @@ public final class SettingsFragmentPresenter
|
||||
{
|
||||
videoBackendValue = 1;
|
||||
}
|
||||
else if (videoBackend.equals("Software"))
|
||||
else if (videoBackend.equals("Software Renderer"))
|
||||
{
|
||||
videoBackendValue = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user