diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-04-30 23:58:24 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-04-30 23:58:24 -0700 |
commit | e3ce641cfe3b52dc373e79b6c160167569f1259e (patch) | |
tree | 8861d6ac5f1271a28650f3f7c062577ee0606acb | |
parent | f41988337d38af86a4528e2281a4bcb0f91c8ab6 (diff) |
Fix config value set when "Mega Mouse" is selected in settings UI
-rw-r--r-- | nuklear_ui/blastem_nuklear.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nuklear_ui/blastem_nuklear.c b/nuklear_ui/blastem_nuklear.c index 91b454e..6673a3e 100644 --- a/nuklear_ui/blastem_nuklear.c +++ b/nuklear_ui/blastem_nuklear.c @@ -911,7 +911,7 @@ void view_system_settings(struct nk_context *context) "gamepad2.1", "gamepad3.1", "gamepad6.1", - "mouse", + "mouse.1", "saturn keyboard", "xband keyboard" }; @@ -919,7 +919,7 @@ void view_system_settings(struct nk_context *context) "gamepad2.2", "gamepad3.2", "gamepad6.2", - "mouse", + "mouse.1", "saturn keyboard", "xband keyboard" }; |