mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Android: Add the advanced input mapping dialog
It's missing a lot of features from the PC version for now, like buttons for inserting functions and the ability to see what the expression evaluates to. I mostly just wanted to get something in place so you can set up rumble. Co-authored-by: Charles Lombardo <clombardo169@gmail.com>
This commit is contained in:
co-authored by
Charles Lombardo
parent
42943672bb
commit
c2779aef06
@@ -102,4 +102,12 @@ jclass GetNumericSettingClass();
|
||||
jfieldID GetNumericSettingPointer();
|
||||
jmethodID GetNumericSettingConstructor();
|
||||
|
||||
jclass GetCoreDeviceClass();
|
||||
jfieldID GetCoreDevicePointer();
|
||||
jmethodID GetCoreDeviceConstructor();
|
||||
|
||||
jclass GetCoreDeviceControlClass();
|
||||
jfieldID GetCoreDeviceControlPointer();
|
||||
jmethodID GetCoreDeviceControlConstructor();
|
||||
|
||||
} // namespace IDCache
|
||||
|
||||
Reference in New Issue
Block a user