X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options_intl.h;h=107cd5716260bdec9336e52093aed335cc8598fb;hb=4b7da20a2de9b8dcd266e2d69b13259cb364d451;hp=16c40a087ee714ed849c820dc6ce6971f47d6a2e;hpb=ec6c41efb91e9d4ba32b44648a84892fb5671b0c;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options_intl.h b/frontend/libretro_core_options_intl.h index 16c40a08..107cd571 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 }, };