mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-06 11:12:40 +00:00
InputCommon/ControllerEmu: Break out functionality of EmulatedController
to eliminate redundant unused members in Wii Remote extension objects.
This commit is contained in:
parent
225039f742
commit
ddb82a5e8c
26 changed files with 312 additions and 245 deletions
|
@ -92,6 +92,10 @@ jclass GetControlReferenceClass();
|
|||
jfieldID GetControlReferencePointer();
|
||||
jmethodID GetControlReferenceConstructor();
|
||||
|
||||
jclass GetControlGroupContainerClass();
|
||||
jfieldID GetControlGroupContainerPointer();
|
||||
jmethodID GetControlGroupContainerConstructor();
|
||||
|
||||
jclass GetEmulatedControllerClass();
|
||||
jfieldID GetEmulatedControllerPointer();
|
||||
jmethodID GetEmulatedControllerConstructor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue