Motion Pak: Emulate console laying on a flat table when motion input is not detected
This commit is contained in:
parent
b6ff439708
commit
9eea7a1ee6
|
@ -174,6 +174,8 @@ float EmuInstance::inputMotionQuery(melonDS::Platform::MotionQueryType type)
|
|||
}
|
||||
}
|
||||
}
|
||||
if (type == melonDS::Platform::MotionAccelerationZ)
|
||||
return SDL_STANDARD_GRAVITY;
|
||||
return 0.0f;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue