X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=680b252a1131236748fe4603b1316f9c870d2fc5;hb=2d17de264fd31d662d4580a5f4bf268fa9ebd42a;hp=38af23b7d6ae0c7620dd56e8e71a078f64975f2e;hpb=c8108d888a6320df47cbef60d3f1527d8e1c6976;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 38af23b7..680b252a 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -75,7 +75,7 @@ struct retro_core_option_definition option_defs_us[] = { { "pcsx_rearmed_memcard2", "Enable Second Memory Card (Shared)", - "Enabled the memory card slot 2. This memory card is shared amongs all games.", + "Enabled the memory card slot 2. This memory card is shared amongst all games.", { { "disable", NULL }, { "enabled", NULL }, @@ -207,7 +207,7 @@ struct retro_core_option_definition option_defs_us[] = { { "pcsx_rearmed_multitap2", "Multitap 2", - "Enables/Disables multitap on port 2, allowing upto 8 players in games that permit it. Multitap 1 has to be enabled for this to work.", + "Enables/Disables multitap on port 2, allowing up to 8 players in games that permit it. Multitap 1 has to be enabled for this to work.", { { "auto", NULL }, { "disabled", NULL }, @@ -271,7 +271,7 @@ struct retro_core_option_definition option_defs_us[] = { { "pcsx_rearmed_drc", "Dynamic Recompiler", - "Enables core to use dynamic recompiler or interpreter (slower) cpu instructions.", + "Enables core to use dynamic recompiler or interpreter (slower) CPU instructions.", { { "disabled", NULL }, { "enabled", NULL }, @@ -376,7 +376,7 @@ struct retro_core_option_definition option_defs_us[] = { { "pcsx_rearmed_neon_enhancement_enable", "Enhanced Resolution (Slow)", - "Renders in double resolution at the cost of lower performance", + "Renders in double resolution at the cost of lower performance.", { { "disabled", NULL }, { "enabled", NULL }, @@ -421,11 +421,11 @@ struct retro_core_option_definition option_defs_us[] = { }, /* GPU PEOPS OPTIONS */ -#ifdef DRC_DISABLE +#ifdef GPU_PEOPS { "pcsx_rearmed_show_gpu_peops_settings", - "Show Advance GPU Settings", - "Enable or disable various gpu fixes. A core restart might be needed for settings to take effect. NOTE: Quick Menu must be toggled for this setting to take effect.", + "Advanced GPU P.E.Op.S. Settings", + "Shows or hides advanced GPU plugin settings. NOTE: Quick Menu must be toggled for this setting to take effect.", { { "disabled", NULL }, { "enabled", NULL }, @@ -458,7 +458,7 @@ struct retro_core_option_definition option_defs_us[] = { { "pcsx_rearmed_gpu_peops_fix_2", "(GPU) Ignore Brightness Color", - "Black screens in Lunar", + "Black screens in Lunar Silver Star Story games", { { "disabled", NULL }, { "enabled", NULL }, @@ -502,7 +502,7 @@ struct retro_core_option_definition option_defs_us[] = { { "pcsx_rearmed_gpu_peops_fix_8", "(GPU) Repeated Flat Tex Triangles", - "Needed by Dark Forces", + "Needed by Star Wars: Dark Forces", { { "disabled", NULL }, { "enabled", NULL }, @@ -537,7 +537,7 @@ struct retro_core_option_definition option_defs_us[] = { { "pcsx_rearmed_show_bios_bootlogo", "Show Bios Bootlogo", - "When enabled, shows the playstation logo when starting or resetting. (Breaks some games).", + "When enabled, shows the PlayStation logo when starting or resetting. (Breaks some games).", { { "disabled", NULL }, { "enabled", NULL },