mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
WiimoteEmu: Update IR camera status from DesiredWiimoteState.
This commit is contained in:
@ -1256,7 +1256,7 @@ void Device::IRState::ProcessData(const std::array<WiimoteEmu::IRBasic, 2>& 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<Common::Vec2> points;
|
||||
|
||||
|
Reference in New Issue
Block a user