From 90b051eee1fda5524a9a4a9d93943c6b235630f1 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 28 Jul 2019 07:40:43 +0200 Subject: [PATCH] Update libretro_core_options.h --- src/libretro/libretro_core_options.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libretro/libretro_core_options.h b/src/libretro/libretro_core_options.h index 9fdd90c3..8f234b27 100644 --- a/src/libretro/libretro_core_options.h +++ b/src/libretro/libretro_core_options.h @@ -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 },