aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro_core_options.h
diff options
context:
space:
mode:
authornegativeExponent2020-06-07 15:23:13 +0800
committernegativeExponent2020-06-07 15:29:43 +0800
commit7dea987c9689c441d8148b9523871f3fbbca2804 (patch)
treefbf1653225e1f0427a60e74c6c29927623289ee6 /frontend/libretro_core_options.h
parent7eafdc948efb45d0d2b8a03bdbf560786669b1c4 (diff)
downloadpcsx_rearmed-7dea987c9689c441d8148b9523871f3fbbca2804.tar.gz
pcsx_rearmed-7dea987c9689c441d8148b9523871f3fbbca2804.tar.bz2
pcsx_rearmed-7dea987c9689c441d8148b9523871f3fbbca2804.zip
Add Sony Mouse Controller support
- Tested with Final Doom. Worked great.
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 },
},