mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00
Small change to my last commit, thanks for Billiard passing me the proper checksum for the old used calibration data. cheers!
I changed the checksum in the new wiimote plugin as well. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5523 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -16,7 +16,7 @@ static const u8 nunchuck_calibration[] =
|
||||
// 0x80 = analog stick x and y axis center
|
||||
0xff, 0x00, 0x80,
|
||||
0xff, 0x00, 0x80,
|
||||
0xee, 0x43 // checksum on the last two bytes
|
||||
0xec, 0x41 // checksum on the last two bytes
|
||||
};
|
||||
|
||||
// nunchuk buttons
|
||||
|
Reference in New Issue
Block a user