Update libretro_core_options.h

This commit is contained in:
Twinaphex 2019-07-28 07:40:43 +02:00 committed by GitHub
parent d1fcffc8c4
commit 90b051eee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ struct retro_core_option_definition option_defs_us[] = {
{
"vbam_usebios",
"Use BIOS file if available (Restart)",
"Use official bios when available. Core needs to be restarted for changes to apply.",
"Use official BIOS when available. Core needs to be restarted for changes to apply.",
{
{ "disabled", NULL },
{ "enabled", NULL },
@ -72,7 +72,7 @@ struct retro_core_option_definition option_defs_us[] = {
{
"vbam_soundfiltering",
"Sound Filtering",
"Sets the amount filtering to use. Higher value reduces more high frequencies.",
"Sets the amount of filtering to use. Higher value reduces higher frequencies.",
{
{ "0", NULL },
{ "1", NULL },
@ -136,7 +136,7 @@ struct retro_core_option_definition option_defs_us[] = {
{
"vbam_showborders",
"(GB) Show Borders",
"When enabled, if loaded content is SGB compatible, this will show the border from game if available.",
"When enabled, if loaded content is SGB compatible, this will show the border from the game if available.",
{
{ "disabled", NULL },
{ "enabled", NULL },
@ -148,7 +148,7 @@ struct retro_core_option_definition option_defs_us[] = {
{
"vbam_gbcoloroption",
"(GB) Color Correction",
"Applies color correction which fixes colors in some games games.",
"Applies color correction which fixes colors in some games.",
{
{ "disabled", NULL },
{ "enabled", NULL },