aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/libretro.c2
-rw-r--r--frontend/libretro_core_options.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/frontend/libretro.c b/frontend/libretro.c
index 45c4c9c..86cd34e 100644
--- a/frontend/libretro.c
+++ b/frontend/libretro.c
@@ -1633,7 +1633,7 @@ static void update_variables(bool in_flight)
}
#endif
-#ifdef DRC_DISABLE
+#ifdef GPU_PEOPS
var.value = "NULL";
var.key = "pcsx_rearmed_gpu_peops_fix_0";
diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h
index e6b5e72..680b252 100644
--- a/frontend/libretro_core_options.h
+++ b/frontend/libretro_core_options.h
@@ -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 },