mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-10 04:33:40 -04:00
android: Fixed accurate multiplication setting using async shader value
This commit is contained in:
parent
8b985f6936
commit
f0e21f8762
1 changed files with 1 additions and 1 deletions
|
|
@ -879,7 +879,7 @@ class SettingsFragmentPresenter(private val fragmentView: SettingsFragmentView)
|
|||
)
|
||||
add(
|
||||
SwitchSetting(
|
||||
BooleanSetting.ASYNC_SHADERS,
|
||||
BooleanSetting.SHADERS_ACCURATE_MUL,
|
||||
R.string.shaders_accurate_mul,
|
||||
R.string.shaders_accurate_mul_description,
|
||||
BooleanSetting.SHADERS_ACCURATE_MUL.key,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue