| 551 | |
| 552 | #if RETRO_USE_HAPTICS |
| 553 | void HapticEffect(int *hapticID, int *a2, int *a3, int *a4) |
| 554 | { |
| 555 | if (Engine.hapticsEnabled) |
| 556 | hapticEffectNum = *hapticID; |
| 557 | } |
| 558 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected