Steps to simplify pad mappings for wiimote plugin

simplified ini saving
misc cleanup;
My next few commits will change the config gui to only show the pad mappings for the currently connected extension, more cleanup/simplification, GH3 controller config options; I just have no more time tonight :P

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3708 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LPFaint99
2009-07-08 07:16:26 +00:00
parent 25b77d4654
commit b6a43c5db8
10 changed files with 407 additions and 470 deletions

View File

@ -237,24 +237,24 @@ struct wm_GH3_extension
u8 TB : 5; // not used in GH3
u8 pad3 : 3; // Always 0
u8 WB : 5;
u8 Whammy : 5;
u8 pad4 : 3; // Always 0
u8 pad5 : 2; // Always 1
u8 BP : 1;
u8 Plus : 1;
u8 pad6 : 1; // Always 1
u8 BM : 1;
u8 Minus : 1;
u8 pad7 : 1; // Always 1
u8 BD : 1;
u8 StrumDown : 1;
u8 pad8 : 1; // Always 1
u8 BU : 1;
u8 StrumUp : 1;
u8 pad9 : 2; // Always 1
u8 BY : 1;
u8 BG : 1;
u8 BB : 1;
u8 BR : 1;
u8 BO : 1;
u8 Yellow : 1;
u8 Green : 1;
u8 Blue : 1;
u8 Red : 1;
u8 Orange : 1;
};