From 26fd4ea3616802d73ba504b21d8a72ac06e4a7f5 Mon Sep 17 00:00:00 2001 From: "Admiral H. Curtiss" Date: Sat, 17 Sep 2022 14:33:47 +0200 Subject: WiimoteEmu: Update IR camera status from DesiredWiimoteState. --- .../Core/InputCommon/ControllerInterface/Wiimote/WiimoteController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface') diff --git a/Source/Core/InputCommon/ControllerInterface/Wiimote/WiimoteController.cpp b/Source/Core/InputCommon/ControllerInterface/Wiimote/WiimoteController.cpp index 6ab4e599cb..6b92bb9b16 100644 --- a/Source/Core/InputCommon/ControllerInterface/Wiimote/WiimoteController.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Wiimote/WiimoteController.cpp @@ -1256,7 +1256,7 @@ void Device::IRState::ProcessData(const std::array& data // A better implementation might extrapolate points when they fall out of camera view. // But just averaging visible points actually seems to work very well. - using IRObject = WiimoteEmu::IRBasic::IRObject; + using IRObject = WiimoteEmu::IRObject; MathUtil::RunningVariance points; -- cgit v1.2.3