Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/hhd/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,10 +823,12 @@ def progress(idx, blockSize, total):
from hhd.controller.virtual.dualsense import Dualsense
from hhd.controller.virtual.uinput import UInputDevice
from hhd.controller.virtual.sd import SteamdeckController
from hhd.controller.virtual.sinput import SInputController

UInputDevice.close_cached()
Dualsense.close_cached()
SteamdeckController.close_cached()
SInputController.close_cached()
except Exception as e:
logger.error("Could not close cached controllers with error:\n{e}")

Expand Down
Loading