Skip to content

Commit

Permalink
Add descriptions for the 'Interframe Blending' and 'LCD Color Filter'…
Browse files Browse the repository at this point in the history
… options
  • Loading branch information
ds22x committed Mar 15, 2021
1 parent f355646 commit 210e79b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/libretro/libretro_core_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ struct retro_core_option_definition option_defs_us[] = {
{
"vbam_lcdfilter",
"LCD Color Filter",
"TODO:",
"Darkens the onscreen colors by applying a screen filter.",
{
{ "disabled", NULL },
{ "enabled", NULL },
Expand All @@ -203,11 +203,11 @@ struct retro_core_option_definition option_defs_us[] = {
{
"vbam_interframeblending",
"Interframe Blending",
"TODO:",
"Simulates LCD ghosting effects. 'Smart' attempts to detect screen flickering, and only performs a 50:50 mix on affected pixels, while 'Motion Blur' mimics natural LCD response times by combining multiple buffered frames. 'Smart' blending is required when playing games that aggressively exploit LCD ghosting for transparency effects (Wave Race, Chikyuu Kaihou Gun ZAS, F-Zero, the Boktai series...).",
{
{ "disabled", NULL },
{ "smart", NULL },
{ "motion blur", NULL },
{ "smart", "Smart" },
{ "motion blur", "Motion Blur" },
{ NULL, NULL },
},
"disabled"
Expand Down

0 comments on commit 210e79b

Please sign in to comment.