You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ My goal with JoyShockLibrary is to enable game developers to support DS4, DS, Jo
15
15
***[License](#license)**
16
16
17
17
## Releases
18
-
The latest version of JoyShockLibrary can always be found [here](https://github.com/JibbSmart/JoyShockLibrary/releases). Included is a 64-bit dll and a 32-bit dll, both for Windows, and JoyShockLibrary.h and JoyShockLibrary.cs for using the dll in C/C++ and C\# (Unity), respectively.
18
+
The latest version of JoyShockLibrary can always be found [here](https://github.com/JibbSmart/JoyShockLibrary/releases). Included is a 64-bit dll and a 32-bit dll, both for Windows, and JoyShockLibrary.h and JoyShockLibrary.cs for using the dll in C/C++ and C\# (Unity), respectively. The .cs file isn't up to date with the latest features, but should provide a starting point for your use.
19
19
20
20
## Reference
21
21
*JoyShockLibrary.h* has everything you need to use the library, but here's a breakdown of everything in there.
@@ -165,6 +165,7 @@ I'm Jibb Smart, and I made JoyShockLibrary. JoyShockLibrary has also benefited f
165
165
* Romeo Calota (Linux support + general portability improvements)
166
166
* RollinBarrel (touchpad support)
167
167
* Robin (wireless DS4/5 support)
168
+
* And others
168
169
169
170
JoyShockLibrary uses substantial portions of mfosse's [JoyCon-Driver](https://github.com/mfosse/JoyCon-Driver), a [vJoy](http://vjoystick.sourceforge.net/site/) feeder for most communication with Nintendo devices, building on it with info from dekuNukem's [Nintendo Switch Reverse Engineering](https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/) page in order to (for example) unpack all gyro and accelerometer samples from each report.
170
171
@@ -179,7 +180,7 @@ The gravity calculation and gyro calibration is handled by another library of mi
179
180
* Why gyro controls make gaming better;
180
181
* How developers can do a better job implementing gyro controls;
181
182
* How to use JoyShockLibrary;
182
-
* How gamers can play any PC game with gyro controls using [JoyShockMapper](https://github.com/JibbSmart/JoyShockMapper). Legacy versions use JoyShockLibrary to read from supported controllers, but the standard version uses SDL2 to support more controllers.
183
+
* How gamers can play any PC game with gyro controls using [JoyShockMapper](https://github.com/Electronicks/JoyShockMapper). Legacy versions use JoyShockLibrary to read from supported controllers, but the standard version uses SDL2 to support more controllers.
183
184
184
185
## License
185
186
JoyShockLibrary is licensed under the MIT License - see [LICENSE.md](LICENSE.md).
0 commit comments