Android: Optimize rumble call

Moved rumble call to IDCache since GetMethodID is expensive
This commit is contained in:
zackhow
2019-01-21 19:11:11 -05:00
parent ff5e296576
commit 4979220cf0
3 changed files with 11 additions and 4 deletions

View File

@ -14,6 +14,7 @@ JavaVM* GetJavaVM();
jclass GetNativeLibraryClass();
jmethodID GetDisplayAlertMsg();
jmethodID GetDoRumble();
jmethodID GetUpdateTouchPointer();
jclass GetAnalyticsClass();