diff options
author | hizzlekizzle | 2020-05-10 13:41:14 -0500 |
---|---|---|
committer | GitHub | 2020-05-10 13:41:14 -0500 |
commit | 6673bd839633242694a1f759b02b61d0adc78b12 (patch) | |
tree | c079327ed3fc9ffc0304a765108988c6e3445864 /frontend/libretro_core_options_intl.h | |
parent | 191784698dda7161f6a842157c240e31439425a8 (diff) | |
parent | ec253988202457b6aa5de5272b4f980d4219bed9 (diff) | |
download | pcsx_rearmed-6673bd839633242694a1f759b02b61d0adc78b12.tar.gz pcsx_rearmed-6673bd839633242694a1f759b02b61d0adc78b12.tar.bz2 pcsx_rearmed-6673bd839633242694a1f759b02b61d0adc78b12.zip |
Merge pull request #415 from negativeExponent/core_option_cleanup
Core option cleanup
Diffstat (limited to 'frontend/libretro_core_options_intl.h')
-rw-r--r-- | frontend/libretro_core_options_intl.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/frontend/libretro_core_options_intl.h b/frontend/libretro_core_options_intl.h index 16c40a0..107cd57 100644 --- a/frontend/libretro_core_options_intl.h +++ b/frontend/libretro_core_options_intl.h @@ -285,7 +285,7 @@ struct retro_core_option_definition option_defs_tr[] = { NULL }, -#ifndef DRC_DISABLE +#ifdef NEW_DYNAREC { "pcsx_rearmed_drc", "Dinamik Yeniden Derleyici", @@ -308,7 +308,7 @@ struct retro_core_option_definition option_defs_tr[] = { }, NULL }, -#endif /* DRC_DISABLE */ +#endif /* NEW_DYNAREC */ #ifdef __ARM_NEON__ { @@ -360,7 +360,7 @@ struct retro_core_option_definition option_defs_tr[] = { }, /* GPU PEOPS OPTIONS */ -#ifdef DRC_DISABLE +#ifdef GPU_PEOPS { "pcsx_rearmed_show_gpu_peops_settings", "Gelişmiş GPU Ayarlarını Göster", @@ -451,7 +451,7 @@ struct retro_core_option_definition option_defs_tr[] = { }, NULL }, -#endif +#endif /* GPU_PEOPS */ { "pcsx_rearmed_show_bios_bootlogo", @@ -528,7 +528,7 @@ struct retro_core_option_definition option_defs_tr[] = { NULL }, -#ifndef DRC_DISABLE +#ifdef NEW_DYNAREC { "pcsx_rearmed_nosmccheck", "(Speed Hack) SMC Kontrollerini Devre Dışı Bırak", @@ -556,7 +556,7 @@ struct retro_core_option_definition option_defs_tr[] = { }, NULL }, -#endif /* DRC_DISABLE */ +#endif /* NEW_DYNAREC */ { NULL, NULL, NULL, {{0}}, NULL }, }; |