mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Merge pull request #11341 from mbc07/BlackBackgrounds_buildfix
Android: fix compile error
This commit is contained in:
commit
cac5d0b8f5
@ -451,7 +451,7 @@ public final class SettingsFragmentPresenter
|
||||
}
|
||||
};
|
||||
|
||||
sl.add(new CheckBoxSetting(mContext, blackBackgrounds, R.string.use_black_backgrounds,
|
||||
sl.add(new SwitchSetting(mContext, blackBackgrounds, R.string.use_black_backgrounds,
|
||||
R.string.use_black_backgrounds_description));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user