1
0
Эх сурвалжийг харах

Add ProGuard rule for joystickSetLED method in SDLControllerManager

Kadir 2 сар өмнө
parent
commit
cbcc565ca9

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