mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Merge pull request #4639 from Tilka/android
Android: fix software renderer 2nd edition
This commit is contained in:
commit
45a875e2f2
@ -798,7 +798,7 @@ public final class SettingsFragmentPresenter
|
||||
{
|
||||
videoBackendValue = 1;
|
||||
}
|
||||
else if (videoBackend.equals("Software"))
|
||||
else if (videoBackend.equals("Software Renderer"))
|
||||
{
|
||||
videoBackendValue = 2;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user