mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Emulated Wiimote: Fixed the Nunchuck calibration, for recording playback for example
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2317 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -308,6 +308,7 @@ struct nu_js {
|
||||
struct nu_cal
|
||||
{
|
||||
wm_accel cal_zero; // zero calibratio
|
||||
wm_accel cal_g; // g size
|
||||
nu_js jx; //
|
||||
nu_js jy; //
|
||||
};
|
||||
|
Reference in New Issue
Block a user