mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
InputCommon: Remove Wii Remote real-time calibration of M+ in favor of functionality provided by ControllerEmu.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user