Merge pull request #97 from ds22x/master

Add descriptions for the 'Interframe Blending' and 'LCD Color Filter' options
This commit is contained in:
Autechre 2021-03-16 02:09:53 +01:00 committed by GitHub
commit 109573dea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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 },
@ -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"