InputCommon: Remove Wii Remote real-time calibration of M+ in favor of functionality provided by ControllerEmu.

This commit is contained in:
Jordan Woyak
2020-02-12 19:32:39 -06:00
parent 58448d74c5
commit 70ac9ad2e6
2 changed files with 1 additions and 46 deletions

View File

@ -64,12 +64,6 @@ private:
Common::Vec3 gyro_data = {};
std::optional<WiimoteEmu::MotionPlus::CalibrationBlocks> calibration;
private:
// Used to perform realtime calibration.
std::optional<Common::Vec3> m_dynamic_calibration = {};
Common::Vec3 m_new_dynamic_calibration = {};
u32 m_new_calibration_frames = 0;
};
struct NunchukState