From a1cc7673d77229815b4deb25b902904ecd6212bb Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 12 Feb 2018 11:15:51 -0600 Subject: [PATCH] Updated README and TODO files --- README.md | 9 +++++---- TODO.md | 4 ---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0792cda..ea57a0a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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). @@ -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) - Sony DualShock 4 (This should be obvious) - 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 @@ -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 which to do so. -BTC Address: 1DnMJwjdd7JRfHJap2mmTmADYm38SzR2z9 -LTC Address: La5mniW7SFMH2RhqDgUty3RwkBSYbjbnJ6 +Bitcoin: 1DnMJwjdd7JRfHJap2mmTmADYm38SzR2z9 +Litecoin: La5mniW7SFMH2RhqDgUty3RwkBSYbjbnJ6 +Monero: 49RvRMiMewaeez1Y2auxHmfMaAUYfhUpBem4ohzRJd9b5acPcxzh1icjnhZfjnYd1S7NQ57reQ7cP1swGre3rpfzUgJhEB7 MakerSupport: https://www.makersupport.com/Ryochan7 PayPal: https://paypal.me/ryochan7 diff --git a/TODO.md b/TODO.md index fdde5dd..6154c23 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,6 @@ # TODO -* ~~Integrate HidGuardian. Whitelist cleanup, remove old exclusive mode -workaround, write template AffectedDevices file~~ * 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 remove reliance on the main thread when disconnecting a device. Currently used to delay hotplug routine