aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro_core_options.h
diff options
context:
space:
mode:
authorretro-wertz2019-07-30 10:03:04 +0800
committerretro-wertz2019-07-30 10:03:04 +0800
commit2d17de264fd31d662d4580a5f4bf268fa9ebd42a (patch)
treec8f3813c828c7a23e51e537d87b9d67f965f5ff5 /frontend/libretro_core_options.h
parentef2683f1cae601159513afc7a94e0af0bb4bb055 (diff)
downloadpcsx_rearmed-2d17de264fd31d662d4580a5f4bf268fa9ebd42a.tar.gz
pcsx_rearmed-2d17de264fd31d662d4580a5f4bf268fa9ebd42a.tar.bz2
pcsx_rearmed-2d17de264fd31d662d4580a5f4bf268fa9ebd42a.zip
Make advanced gpu options target actual gpu plugin used
- In the case of IOS, the core uses UNAI but can be built with dynarec or interpreter. Other platform does as well. So gpu-specific defines are added for actual gpu plugin used and compiled and then the specific gpu-only core options are shown or hidden based on this #define
Diffstat (limited to 'frontend/libretro_core_options.h')
-rw-r--r--frontend/libretro_core_options.h6
1 files changed, 3 insertions, 3 deletions
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 },