mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
Android: fix software renderer 2nd edition
This commit is contained in:
parent
91044178ef
commit
7284c7a954
@ -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…
x
Reference in New Issue
Block a user