Commit d44e067e authored by Lorenz Meier's avatar Lorenz Meier

Joystick: Fix mobile build

parent 40c465b1
......@@ -94,10 +94,12 @@ Joystick::Joystick(const QString& name, int axisCount, int buttonCount, int sdlI
Joystick::~Joystick()
{
#ifndef __mobile__
delete _rgAxisValues;
delete _rgCalibration;
delete _rgButtonValues;
delete _rgButtonActions;
#endif
}
#ifndef __mobile__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment