mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 04:52:06 +00:00
Merge pull request #4639 from Tilka/android
Android: fix software renderer 2nd edition
This commit is contained in:
commit
45a875e2f2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue