Add Hid3DS

This commit is contained in:
2026-09-06 14:21:30 +02:00
parent 4488425a94
commit 42c669de55
7 changed files with 108 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ struct HidNX::Impl {
HidNX::HidNX() : HidDriver("HidNX") { impl = new Impl; }
HidNX::~HidNX() {}
HidNX::~HidNX() { delete impl; }
void HidNX::Update() {
HidDriver::Update(); // clear stats