Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JibbSmart committed Jul 17, 2020
1 parent 6e89d69 commit 0155fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ Some users have found stick inputs to be unresponsive in one or more directions.
New mouse and keyboard events are only sent when JoyShockMapper gets a new message from the controller. This means if your game's and display's refresh rates are higher than the controller's poll rate, sometimes the game and display will update without moving the mouse, even if you'd normally expect the mouse to move. The DualShock 4 sends 250 messages a second, which is plenty for even extremely high refresh rate displays. But JoyCons and Pro Controllers send 66.67 messages a second, which means you might encounter stuttering movements when playing (and displaying) above 66.67 frames per second. A future version of JoyShockMapper may work around this problem by repeating messages up to a desired refresh rate.

### Bluetooth connectivity
JoyCons and Pro Controllers can only be connected by Bluetooth. Even when connected by USB, they currently still only communicate by Bluetooth. Some Bluetooth adapters can't keep up with these devices, resulting in **laggy input**. This is especially common when more than one device is connected (such as when using a pair of JoyCons). There is nothing JoyShockMapper or JoyShockLibrary can do about this.
JoyCons and Pro Controllers normally only communicate by Bluetooth. Some Bluetooth adapters can't keep up with these devices, resulting in **laggy input**. This is especially common when more than one device is connected (such as when using a pair of JoyCons). There is nothing JoyShockMapper or JoyShockLibrary can do about this. JoyShockMapper experimentally supports connecting Switch controllers by USB.

Bluetooth support for the DualShock 4 is new in JoyShockMapper, and isn't working for everyone. Please let me know if you encounter any issues with it.

Expand Down
2 changes: 2 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,8 @@ JoyCons和Pro控制器只能通过蓝牙连接。即使通过USB连接,它们
* Nicolas
* Bryan Rumsey
* Al. Lopez
* Sunny Ye
* Romeo Calota

看一下更新日志,更好地了解谁贡献了什么。特别是Nicolas,他经常贡献很多工作。他负责很多很酷的生活质量和高级的映射功能。
JoyShockMapper非常依赖于用于读取控制器输入的[JoyShockLibrary](https://github.com/jibbsmart/JoyShockLibrary)。请查看该项目,看看之前的工作是如何使JoyShockLibrary成为可能的。
Expand Down

0 comments on commit 0155fa2

Please sign in to comment.