Add Hid3DS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user