X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options_intl.h;h=1e7fd7930790a3a5dd43e23ce368770a7ff3aa23;hb=a4f3ff6ad0d3e2edf8b8f519a1635450c0594394;hp=16c40a087ee714ed849c820dc6ce6971f47d6a2e;hpb=a0cffa0ffa785fbaff1c563627d6ce9dc0523287;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options_intl.h b/frontend/libretro_core_options_intl.h index 16c40a08..1e7fd793 100644 --- a/frontend/libretro_core_options_intl.h +++ b/frontend/libretro_core_options_intl.h @@ -124,6 +124,8 @@ struct retro_core_option_definition option_defs_tr[] = { { "analog", NULL }, { "dualshock", NULL }, { "negcon", NULL }, + { "guncon", NULL }, + { "mouse", NULL }, { "none", "hiçbiri" }, { NULL, NULL }, }, @@ -138,6 +140,8 @@ struct retro_core_option_definition option_defs_tr[] = { { "analog", NULL }, { "dualshock", NULL }, { "negcon", NULL }, + { "guncon", NULL }, + { "mouse", NULL }, { "none", "hiçbiri" }, { NULL, NULL }, }, @@ -152,6 +156,8 @@ struct retro_core_option_definition option_defs_tr[] = { { "analog", NULL }, { "dualshock", NULL }, { "negcon", NULL }, + { "guncon", NULL }, + { "mouse", NULL }, { "none", "hiçbiri" }, { NULL, NULL }, }, @@ -166,6 +172,8 @@ struct retro_core_option_definition option_defs_tr[] = { { "analog", NULL }, { "dualshock", NULL }, { "negcon", NULL }, + { "guncon", NULL }, + { "mouse", NULL }, { "none", "hiçbiri" }, { NULL, NULL }, }, @@ -180,6 +188,8 @@ struct retro_core_option_definition option_defs_tr[] = { { "analog", NULL }, { "dualshock", NULL }, { "negcon", NULL }, + { "guncon", NULL }, + { "mouse", NULL }, { "none", "hiçbiri" }, { NULL, NULL }, }, @@ -193,6 +203,8 @@ struct retro_core_option_definition option_defs_tr[] = { { "analog", NULL }, { "dualshock", NULL }, { "negcon", NULL }, + { "guncon", NULL }, + { "mouse", NULL }, { "none", "hiçbiri" }, { NULL, NULL }, }, @@ -206,6 +218,8 @@ struct retro_core_option_definition option_defs_tr[] = { { "analog", NULL }, { "dualshock", NULL }, { "negcon", NULL }, + { "guncon", NULL }, + { "mouse", NULL }, { "none", "hiçbiri" }, { NULL, NULL }, }, @@ -219,6 +233,8 @@ struct retro_core_option_definition option_defs_tr[] = { { "analog", NULL }, { "dualshock", NULL }, { "negcon", NULL }, + { "guncon", NULL }, + { "mouse", NULL }, { "none", "hiçbiri" }, { NULL, NULL }, }, @@ -285,7 +301,7 @@ struct retro_core_option_definition option_defs_tr[] = { NULL }, -#ifndef DRC_DISABLE +#ifdef NEW_DYNAREC { "pcsx_rearmed_drc", "Dinamik Yeniden Derleyici", @@ -308,7 +324,7 @@ struct retro_core_option_definition option_defs_tr[] = { }, NULL }, -#endif /* DRC_DISABLE */ +#endif /* NEW_DYNAREC */ #ifdef __ARM_NEON__ { @@ -360,7 +376,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 +467,7 @@ struct retro_core_option_definition option_defs_tr[] = { }, NULL }, -#endif +#endif /* GPU_PEOPS */ { "pcsx_rearmed_show_bios_bootlogo", @@ -528,7 +544,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 +572,7 @@ struct retro_core_option_definition option_defs_tr[] = { }, NULL }, -#endif /* DRC_DISABLE */ +#endif /* NEW_DYNAREC */ { NULL, NULL, NULL, {{0}}, NULL }, };