Skip to content

Commit 79b9e99

Browse files
authored
Added note to README about console support
This is mentioned in each of the respective board files' READMEs because the limitation only exists within those files (the library itself doesn't care what you're connecting to). But it doesn't hurt to mention it up front here, since it's all one system at the end of the day.
1 parent 60fe179 commit 79b9e99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ The following boards packages are available:
5252

5353
For a complete list of available packages and compatible boards see [the 'supported boards' file](extras/SupportedBoards.md). For information on how to add support for another Arduino-compatible board with native USB support, see [the documentation on the USB API](extras/XInputUSB_API.md).
5454

55+
### Console Support
56+
57+
Please be aware that none of the currently available board packages support connecting to the console itself. Genuine controllers use a dedicated hardware security chip that handshakes with the console. Arduinos do not have this chip, and its security method has not been (openly) broken.
58+
5559
## License
5660

5761
This library is licensed under the terms of the [MIT license](https://opensource.org/licenses/MIT). See the [LICENSE](LICENSE) file for more information.

0 commit comments

Comments
 (0)