mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Merge pull request #13462 from jordan-woyak/android-wm-mapping-fix
Android/Input: Fix crash when mapping wii remote extensions.
This commit is contained in:
commit
ee22cf9b22
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
ControllerEmu::ControlGroupContainer* ControlGroupContainerFromJava(JNIEnv* env, jobject obj)
|
||||
{
|
||||
return reinterpret_cast<ControllerEmu::ControlGroupContainer*>(
|
||||
env->GetLongField(obj, IDCache::GetEmulatedControllerPointer()));
|
||||
env->GetLongField(obj, IDCache::GetControlGroupContainerPointer()));
|
||||
}
|
||||
|
||||
static jobject ControlGroupContainerToJava(JNIEnv* env,
|
||||
|
|
Loading…
Add table
Reference in a new issue