Ver Fonte

Add ProGuard rule for joystickSetLED method in SDLControllerManager

Kadir há 2 meses atrás
pai
commit
cbcc565ca9
1 ficheiros alterados com 1 adições e 0 exclusões
  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);