From 866b91e08b9e3528b567250dab0eedad6fac21b8 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sun, 7 Jan 2018 10:03:32 -0600 Subject: [PATCH] Update TODO file --- TODO.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index ac9e7b7..bb5c11e 100644 --- a/TODO.md +++ b/TODO.md @@ -14,9 +14,9 @@ Currently used to delay hotplug routine * Look into updating HidLibrary * ~~Trim code execution for touchpad data. Remove unneeded new calls for Touch instances. Make permanent instances and reuse those instances.~~ -* Tweak SixAxis code to attempt to improve steering wheel performance +* ~~Tweak SixAxis code to attempt to improve steering wheel performance for racing games. It is already a better experience than what the Steam -Controller offers though. +Controller offers though.~~ * Possibly lower Enhanced Precision sensitivity by a notch * ~~Look into updating Task Scheduler to latest version~~ * Look into trackball emulation methods and attempt to implement it @@ -24,4 +24,6 @@ Controller offers though. rather than using a lot of getters to obtain properties each poll. It will complicate the architecture a little bit but hopefully any speed difference will make up for it. +* Remove old welcome dialog and make new driver installer executable. +Use newer standards (WPF) and bundle app with DS4Windows