Updated README and TODO files

This commit is contained in:
Travis Nickles 2018-02-12 11:15:51 -06:00
parent fa69b8cd1f
commit a1cc7673d7
2 changed files with 5 additions and 8 deletions

View File

@ -2,7 +2,7 @@
Like those other ds4tools, but sexier. Like those other ds4tools, but sexier.
DS4Windows is a portable program that allows you to get the best DualShock 4 experience on your PC. By emulating a Xbox 360 controller, many more games are accessible. DS4Windows is an extract anywhere program that allows you to get the best DualShock 4 experience on your PC. By emulating a Xbox 360 controller, many more games are accessible.
You can find the latest and older versions [here](https://github.com/Ryochan7/DS4Windows/releases). You can find the latest and older versions [here](https://github.com/Ryochan7/DS4Windows/releases).
@ -17,7 +17,7 @@ website at [ds4windows.com](http://ds4windows.com).
- Microsoft 360 Driver (link inside DS4Windows, already installed on Windows 7 SP1 and higher or if you've used a 360 controller before) - Microsoft 360 Driver (link inside DS4Windows, already installed on Windows 7 SP1 and higher or if you've used a 360 controller before)
- Sony DualShock 4 (This should be obvious) - Sony DualShock 4 (This should be obvious)
- Micro USB cable - Micro USB cable
- (Optional)Bluetooth 2.1+, via adapter or built in pc [(My recommendation)](https://www.newegg.com/Product/Product.aspx?Item=N82E16833166126) (Toshiba's bluetooth & Bluetooth adapters using CSR currently does not work) - (Optional)Bluetooth 2.1+, via adapter or built in pc [(My recommendation)](https://www.newegg.com/Product/Product.aspx?Item=N82E16833166126) (Toshiba's bluetooth adapters currently do not work)
## Device Detection Issue ## Device Detection Issue
@ -56,8 +56,9 @@ rejected if no reasonable solution can be found to incorporate code changes.
If you would like to send some coin my way, here are some means by If you would like to send some coin my way, here are some means by
which to do so. which to do so.
BTC Address: 1DnMJwjdd7JRfHJap2mmTmADYm38SzR2z9 Bitcoin: 1DnMJwjdd7JRfHJap2mmTmADYm38SzR2z9
LTC Address: La5mniW7SFMH2RhqDgUty3RwkBSYbjbnJ6 Litecoin: La5mniW7SFMH2RhqDgUty3RwkBSYbjbnJ6
Monero: 49RvRMiMewaeez1Y2auxHmfMaAUYfhUpBem4ohzRJd9b5acPcxzh1icjnhZfjnYd1S7NQ57reQ7cP1swGre3rpfzUgJhEB7
MakerSupport: https://www.makersupport.com/Ryochan7 MakerSupport: https://www.makersupport.com/Ryochan7
PayPal: https://paypal.me/ryochan7 PayPal: https://paypal.me/ryochan7

View File

@ -1,10 +1,6 @@
# TODO # TODO
* ~~Integrate HidGuardian. Whitelist cleanup, remove old exclusive mode
workaround, write template AffectedDevices file~~
* Perform some final cleanup and release version 1.5 * Perform some final cleanup and release version 1.5
* ~~Experiment with ViGEm driver. This would be easier to test on my old
C++ test application before attempting to work it into DS4Windows.~~
* Attempt to work out BT disconnect issues by looking at older versions * Attempt to work out BT disconnect issues by looking at older versions
* Attempt to remove reliance on the main thread when disconnecting a device. * Attempt to remove reliance on the main thread when disconnecting a device.
Currently used to delay hotplug routine Currently used to delay hotplug routine