mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-19 07:21:40 +00:00
Android: Add emulated Wii Speak
This commit is contained in:
parent
a85ffc116e
commit
dbc09bfb0d
12 changed files with 153 additions and 2 deletions
|
@ -115,6 +115,10 @@ jmethodID GetCoreDeviceControlConstructor();
|
|||
jclass GetInputDetectorClass();
|
||||
jfieldID GetInputDetectorPointer();
|
||||
|
||||
jclass GetPermissionHandlerClass();
|
||||
jmethodID GetPermissionHandlerHasRecordAudioPermission();
|
||||
jmethodID GetPermissionHandlerRequestRecordAudioPermission();
|
||||
|
||||
jmethodID GetRunnableRun();
|
||||
|
||||
} // namespace IDCache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue