mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Android: Add NumericSetting support
This commit is contained in:
parent
2c529b9db1
commit
1c26a85e35
13 changed files with 433 additions and 0 deletions
|
@ -98,4 +98,8 @@ jclass GetEmulatedControllerClass();
|
|||
jfieldID GetEmulatedControllerPointer();
|
||||
jmethodID GetEmulatedControllerConstructor();
|
||||
|
||||
jclass GetNumericSettingClass();
|
||||
jfieldID GetNumericSettingPointer();
|
||||
jmethodID GetNumericSettingConstructor();
|
||||
|
||||
} // namespace IDCache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue