[HLE] Added "null" check for isAtRest
If an npad device was checking for if the device was at rest, we called GetSixAxisSensorLifo() -- if the npad was of type None, it triggered the NotImplementedException in that method because None doesn't have a gyroscope, and therefore no data attached to it.