From 4e45a631d0ccb3d4ec4fb926ec19b919cb2c40a0 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 28 Jun 2001 20:17:02 +0000 Subject: [PATCH] --- source/pad/pads.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/pad/pads.cpp b/source/pad/pads.cpp index 394be6e2d..fe748f420 100644 --- a/source/pad/pads.cpp +++ b/source/pad/pads.cpp @@ -34,7 +34,11 @@ typedef struct int m_vibrationTurnedOn; u8 m_intensityValue; } PadVibeData; +#ifdef __USER_CDBUILD__ +static PadVibeData s_padVibeData[2]={{true,0},{true,0}}; +#else static PadVibeData s_padVibeData[2]={{false,0},{false,0}}; +#endif int PadVibrationActive[2]={false,false}; u8 PadVibrationIntensityValues[2];