diff --git a/android-project/app/proguard-rules.pro b/android-project/app/proguard-rules.pro index 28fb4b2357..0fb7ae09ac 100644 --- a/android-project/app/proguard-rules.pro +++ b/android-project/app/proguard-rules.pro @@ -69,6 +69,7 @@ -keep,includedescriptorclasses,allowoptimization class org.libsdl.app.SDLControllerManager { void pollInputDevices(); + void joystickSetLED(int, int, int, int); void pollHapticDevices(); void hapticRun(int, float, int); void hapticRumble(int, float, float, int);