Skip to content

Commit 7bdd14a

Browse files
authored
Merge pull request #69 from madmalkav/main
Explicit mention to enabling debug for console output
2 parents 58d45e4 + c3a69ee commit 7bdd14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ There is now an alternate method to do joystick player assignment manually based
2626
2. For wired devices you would typically use the VendorID and ProductID.
2727
3. For multiple devices that share the same VendorID and ProductID, you would want to use the USB port location.
2828

29-
The easiest way to get this information is to either [open up a console connection](../advanced/console.md){target=_blank} or SSH into your MiSTer as root and run `killall MiSTer; /media/fat/MiSTer` to watch the debug output whenever you plug or unplug a usb device. Then you would enter that information into your MiSTer.ini with [the instructions provided in the section](https://github.com/MiSTer-devel/Main_MiSTer/blob/6bda023db86670baf1cfd6ead671d0849bb32d94/MiSTer.ini#L141-L162){target=_blank} that starts with `Permanently assign specific controller to specific player.`.
29+
The easiest way to get this information is, after enabling debug on MiSTer.ini, to either [open up a console connection](../advanced/console.md){target=_blank} or SSH into your MiSTer as root and run `killall MiSTer; /media/fat/MiSTer` to watch the debug output whenever you plug or unplug a usb device. Then you would enter that information into your MiSTer.ini with [the instructions provided in the section](https://github.com/MiSTer-devel/Main_MiSTer/blob/6bda023db86670baf1cfd6ead671d0849bb32d94/MiSTer.ini#L141-L162){target=_blank} that starts with `Permanently assign specific controller to specific player.`.
3030

3131
## Auto Fire
3232

0 commit comments

Comments
 (0)