Home | History | Annotate | Download | only in test

Lines Matching full:condition

182         SDL_Log("   effect %d: Condition Spring\n", nefx);
184 efx[nefx].condition.length = 5000;
186 efx[nefx].condition.right_sat[i] = 0x7FFF;
187 efx[nefx].condition.left_sat[i] = 0x7FFF;
188 efx[nefx].condition.right_coeff[i] = 0x2000;
189 efx[nefx].condition.left_coeff[i] = 0x2000;
190 efx[nefx].condition.center[i] = 0x1000; /* Displace the center for it to move. */
201 SDL_Log(" effect %d: Condition Inertia\n", nefx);
203 efx[nefx].condition.length = 5000;
205 efx[nefx].condition.right_sat[i] = 0x7FFF;
206 efx[nefx].condition.left_sat[i] = 0x7FFF;
207 efx[nefx].condition.right_coeff[i] = 0x2000;
208 efx[nefx].condition.left_coeff[i] = 0x2000;