mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-18 11:55:38 +00:00
Android: Add chroma smoothing enhancement
This commit is contained in:
parent
d16b5a6721
commit
7dc71027cf
|
@ -97,6 +97,13 @@
|
||||||
app:summary="Switches back to 4:3 display aspect ratio when displaying 24-bit content, usually FMVs."
|
app:summary="Switches back to 4:3 display aspect ratio when displaying 24-bit content, usually FMVs."
|
||||||
app:iconSpaceReserved="false" />
|
app:iconSpaceReserved="false" />
|
||||||
|
|
||||||
|
<SwitchPreferenceCompat
|
||||||
|
app:key="GPU/ChromaSmoothing24Bit"
|
||||||
|
app:title="Chroma Smoothing For 24-Bit Display"
|
||||||
|
app:defaultValue="false"
|
||||||
|
app:summary="Smooths out blockyness between colour transitions in 24-bit content, usually FMVs. Only applies to the hardware renderers."
|
||||||
|
app:iconSpaceReserved="false" />
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
app:key="GPU/PGXPEnable"
|
app:key="GPU/PGXPEnable"
|
||||||
app:title="PGXP Geometry Correction"
|
app:title="PGXP Geometry Correction"
|
||||||
|
|
Loading…
Reference in a new issue