Add Sony Mouse Controller support
[pcsx_rearmed.git] / frontend / libretro_core_options_intl.h
index 16c40a0..1e7fd79 100644 (file)
@@ -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 },
 };