Skip to content

Commit

Permalink
doc: Updated help text in Input panel (fixes #1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jun 10, 2024
1 parent d4418a1 commit 01d1642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/gui/PanelInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ bool HelpPanelInput(std::vector<std::string>& helptext)
helptext.emplace_back(" ");
helptext.emplace_back("You can use the Swap Ports button to swap the devices between port 0 and 1.");
helptext.emplace_back("Auto-switching enables you to switch Port 0 between Mouse-Joystick based on");
helptext.emplace_back("which device is being used. Only works if type is left to Default.");
helptext.emplace_back("which device is being used.");
helptext.emplace_back(" ");
helptext.emplace_back("Mouse Map: This allows you to use the Left analog stick on your controller");
helptext.emplace_back("to emulate a mouse in Port 0, with the Shoulder buttons acting as Mouse buttons.");
Expand Down

0 comments on commit 01d1642

Please sign in to comment.