aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro_core_options.h
diff options
context:
space:
mode:
authorAutechre2020-06-07 14:23:46 +0200
committerGitHub2020-06-07 14:23:46 +0200
commitba5205015c1db5866b6979537c594d8e81f90500 (patch)
treefbf1653225e1f0427a60e74c6c29927623289ee6 /frontend/libretro_core_options.h
parent7eafdc948efb45d0d2b8a03bdbf560786669b1c4 (diff)
parent7dea987c9689c441d8148b9523871f3fbbca2804 (diff)
downloadpcsx_rearmed-ba5205015c1db5866b6979537c594d8e81f90500.tar.gz
pcsx_rearmed-ba5205015c1db5866b6979537c594d8e81f90500.tar.bz2
pcsx_rearmed-ba5205015c1db5866b6979537c594d8e81f90500.zip
Merge pull request #428 from negativeExponent/libretro
Add Sony Mouse Controller support
Diffstat (limited to 'frontend/libretro_core_options.h')
-rw-r--r--frontend/libretro_core_options.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h
index cab6a9a..46670ba 100644
--- a/frontend/libretro_core_options.h
+++ b/frontend/libretro_core_options.h
@@ -118,6 +118,7 @@ struct retro_core_option_definition option_defs_us[] = {
{ "dualshock", NULL },
{ "negcon", NULL },
{ "guncon", NULL },
+ { "mouse", NULL },
{ "none", NULL },
{ NULL, NULL },
},
@@ -133,6 +134,7 @@ struct retro_core_option_definition option_defs_us[] = {
{ "dualshock", NULL },
{ "negcon", NULL },
{ "guncon", NULL },
+ { "mouse", NULL },
{ "none", NULL },
{ NULL, NULL },
},
@@ -148,6 +150,7 @@ struct retro_core_option_definition option_defs_us[] = {
{ "dualshock", NULL },
{ "negcon", NULL },
{ "guncon", NULL },
+ { "mouse", NULL },
{ "none", NULL },
{ NULL, NULL },
},
@@ -163,6 +166,7 @@ struct retro_core_option_definition option_defs_us[] = {
{ "dualshock", NULL },
{ "negcon", NULL },
{ "guncon", NULL },
+ { "mouse", NULL },
{ "none", NULL },
{ NULL, NULL },
},
@@ -178,6 +182,7 @@ struct retro_core_option_definition option_defs_us[] = {
{ "dualshock", NULL },
{ "negcon", NULL },
{ "guncon", NULL },
+ { "mouse", NULL },
{ "none", NULL },
{ NULL, NULL },
},
@@ -192,6 +197,7 @@ struct retro_core_option_definition option_defs_us[] = {
{ "dualshock", NULL },
{ "negcon", NULL },
{ "guncon", NULL },
+ { "mouse", NULL },
{ "none", NULL },
{ NULL, NULL },
},
@@ -206,6 +212,7 @@ struct retro_core_option_definition option_defs_us[] = {
{ "dualshock", NULL },
{ "negcon", NULL },
{ "guncon", NULL },
+ { "mouse", NULL },
{ "none", NULL },
{ NULL, NULL },
},
@@ -220,6 +227,7 @@ struct retro_core_option_definition option_defs_us[] = {
{ "dualshock", NULL },
{ "negcon", NULL },
{ "guncon", NULL },
+ { "mouse", NULL },
{ "none", NULL },
{ NULL, NULL },
},