Wiiuse: Nunchuck:Standarise the nunchuck code to be more like the one present in libogc

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4321 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
death2droid
2009-09-26 04:52:02 +00:00
parent d2f4183a6b
commit 5a7fbd63c2
2 changed files with 15 additions and 12 deletions

View File

@ -439,6 +439,9 @@ typedef struct classic_ctrl_t {
short btns_held; /**< what buttons are being held down */
short btns_released; /**< what buttons were just released this */
byte rs_raw;
byte ls_raw;
float r_shoulder; /**< right shoulder button (range 0-1) */
float l_shoulder; /**< left shoulder button (range 0-1) */