Browse Source
[common] merge RenderBackend and ShaderBackend options (#3313)
[common] merge RenderBackend and ShaderBackend options (#3313)
first of all it makes UI a tad bit more simple and benefits the end user second, it allows to add new backends a bit more easily and also, there was a shader backend option in android... we don't use opengl in android so may as well save ourselves the trouble, aye  Signed-off-by: lizzie <lizzie@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3313 Reviewed-by: Maufeat <sahyno1996@gmail.com> Reviewed-by: DraVee <dravee@eden-emu.dev> Co-authored-by: lizzie <lizzie@eden-emu.dev> Co-committed-by: lizzie <lizzie@eden-emu.dev>pull/3336/head
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
45 changed files with 133 additions and 351 deletions
-
1src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/IntSetting.kt
-
9src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/view/SettingsItem.kt
-
1src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/ui/SettingsFragmentPresenter.kt
-
7src/android/app/src/main/res/values-ar/strings.xml
-
6src/android/app/src/main/res/values-ckb/strings.xml
-
6src/android/app/src/main/res/values-cs/strings.xml
-
6src/android/app/src/main/res/values-de/strings.xml
-
6src/android/app/src/main/res/values-es/strings.xml
-
7src/android/app/src/main/res/values-fa/strings.xml
-
5src/android/app/src/main/res/values-fr/strings.xml
-
6src/android/app/src/main/res/values-he/strings.xml
-
6src/android/app/src/main/res/values-hu/strings.xml
-
6src/android/app/src/main/res/values-id/strings.xml
-
6src/android/app/src/main/res/values-it/strings.xml
-
6src/android/app/src/main/res/values-ja/strings.xml
-
6src/android/app/src/main/res/values-ko/strings.xml
-
6src/android/app/src/main/res/values-nb/strings.xml
-
5src/android/app/src/main/res/values-pl/strings.xml
-
5src/android/app/src/main/res/values-pt-rBR/strings.xml
-
6src/android/app/src/main/res/values-pt-rPT/strings.xml
-
5src/android/app/src/main/res/values-ru/strings.xml
-
6src/android/app/src/main/res/values-sr/strings.xml
-
7src/android/app/src/main/res/values-uk/strings.xml
-
6src/android/app/src/main/res/values-vi/strings.xml
-
5src/android/app/src/main/res/values-zh-rCN/strings.xml
-
5src/android/app/src/main/res/values-zh-rTW/strings.xml
-
12src/android/app/src/main/res/values/arrays.xml
-
7src/android/app/src/main/res/values/strings.xml
-
1src/common/settings.cpp
-
17src/common/settings.h
-
3src/common/settings_enums.h
-
24src/qt_common/config/shared_translation.cpp
-
10src/qt_common/config/shared_translation.h
-
1src/qt_common/config/uisettings.h
-
15src/video_core/renderer_opengl/gl_compute_pipeline.cpp
-
18src/video_core/renderer_opengl/gl_device.cpp
-
13src/video_core/renderer_opengl/gl_device.h
-
26src/video_core/renderer_opengl/gl_graphics_pipeline.cpp
-
48src/video_core/renderer_opengl/gl_shader_cache.cpp
-
13src/video_core/video_core.cpp
-
27src/yuzu/bootmanager.cpp
-
77src/yuzu/configuration/configure_graphics.cpp
-
6src/yuzu/configuration/configure_graphics.h
-
16src/yuzu/main_window.cpp
-
4src/yuzu_cmd/yuzu.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue