fiw nowx build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4749 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
97406ec6eb
commit
03c45646b4
|
@ -189,6 +189,8 @@ void TiltByKeyboard(STiltData &_TiltData, int Type)
|
|||
int _PITCH_DOWN_ = (Type) ? ENC_PITCH_D : EWM_PITCH_D;
|
||||
|
||||
// Do roll/pitch or free swing
|
||||
#if defined(HAVE_WX) && HAVE_WX
|
||||
|
||||
if (IsKey(_ROLL_LEFT_))
|
||||
{
|
||||
if (WiiMapping[g_ID].Tilt.RollRange)
|
||||
|
@ -249,6 +251,7 @@ void TiltByKeyboard(STiltData &_TiltData, int Type)
|
|||
{
|
||||
_TiltData.Pitch = 0;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
// Tilting Wiimote (Wario Land aiming, Mario Kart steering and other things)
|
||||
|
|
Loading…
Reference in New Issue