diff options
author | negativeExponent | 2020-06-07 15:23:13 +0800 |
---|---|---|
committer | negativeExponent | 2020-06-07 15:29:43 +0800 |
commit | 7dea987c9689c441d8148b9523871f3fbbca2804 (patch) | |
tree | fbf1653225e1f0427a60e74c6c29927623289ee6 /frontend/libretro_core_options_intl.h | |
parent | 7eafdc948efb45d0d2b8a03bdbf560786669b1c4 (diff) | |
download | pcsx_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_intl.h')
-rw-r--r-- | frontend/libretro_core_options_intl.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/frontend/libretro_core_options_intl.h b/frontend/libretro_core_options_intl.h index 107cd57..1e7fd79 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 }, }, |