mirror of
https://github.com/libretro/RetroArch
synced 2025-02-26 06:40:39 +00:00
(Android) Inform users that they need a high-class GPU for shaders
This commit is contained in:
parent
52870d144e
commit
22d897fe08
@ -95,6 +95,7 @@
|
||||
android:summary="Applies Bilinear filtering, smooths out edges (settings still apply even if no shader is selected)."
|
||||
android:title="Bilinear filter" />
|
||||
<CheckBoxPreference
|
||||
android:summary="Enable first pass shader (WARNING: recommended system requirements for these shaders is a Tegra 4/Exynos5 class GPU and/or higher)."
|
||||
android:defaultValue="false"
|
||||
android:key="video_shader_enable"
|
||||
android:title="Enable" />
|
||||
@ -116,7 +117,7 @@
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="video_second_pass_shader_enable"
|
||||
android:summary="Enable custom shader for use after rendering to FBO."
|
||||
android:summary="Enable custom shader for use after rendering to FBO (WARNING: recommended system requirements for these shaders is a Tegra 4/Exynos5 class GPU and/or higher)."
|
||||
android:title="Enable shader #2" />
|
||||
|
||||
<Preference
|
||||
|
Loading…
x
Reference in New Issue
Block a user