Explorar el Código

Add ProGuard rule for joystickSetLED method in SDLControllerManager

(cherry picked from commit cbcc565ca9345cec50672790bb3836b0a0be8858)
Kadir hace 2 meses
padre
commit
c5dee0feb5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      android-project/app/proguard-rules.pro

+ 1 - 0
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);