mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Android: Optimize rumble call
Moved rumble call to IDCache since GetMethodID is expensive
This commit is contained in:
parent
ff5e296576
commit
4979220cf0
3 changed files with 11 additions and 4 deletions
|
@ -14,6 +14,7 @@ JavaVM* GetJavaVM();
|
|||
|
||||
jclass GetNativeLibraryClass();
|
||||
jmethodID GetDisplayAlertMsg();
|
||||
jmethodID GetDoRumble();
|
||||
jmethodID GetUpdateTouchPointer();
|
||||
|
||||
jclass GetAnalyticsClass();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue