nefarius / DsHidMini

Virtual HID Mini-user-mode-driver for Sony DualShock 3 Controllers

Home Page:https://docs.nefarius.at/projects/DsHidMini/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wireless idle disconnect timer not resetting when hot-reloading

Kanuan opened this issue · comments

commented

Currently, the idle disconnection timer is not being reset when hot-reloading occurs.

This means that DsHidMini instantly disconnects the controller if the user sets a new idle disconnection timer with a value lower than the current time the controller is being idling.

Steps to reproduce:

  1. Set idle disconnect time for 60min
  2. Let the controller idle for 2min
  3. Set new idle disconnect time for 1min

Following these steps will cause the controller to instantly disconnect once hot-reload occurs