Fixes gyro drift in Eden/Yuzu.
Two things were going wrong. The default axis mapping was built for SDL's sensor order, not Cemuhook UDP's, so Eden/Yuzu read the wrong components. And there was no compensation for the gyro's zero-rate offset, which the emulator integrated as drift. Both are fixed.
Continuous auto-calibration runs while the controller sits still and zeroes the bias automatically. Toggle in the gyro frame, on by default. Status shows in the Subscribers row (gyro: calibrating… / gyro: locked 87%).
Existing users: hit Restore defaults in the System frame. Your saved config still has the old axis mapping and won't pick up the fix otherwise.
Also: Restore defaults button in System. Recenter viz is now called Recalibrate since it also resets the bias estimate.
Full Changelog: v0.1.3...v0.1.4