瀏覽代碼

Add ProGuard rule for joystickSetLED method in SDLControllerManager

Kadir 2 月之前
父節點
當前提交
cbcc565ca9
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);