Motion Pak: Emulate console laying on a flat table when motion input is not detected

This commit is contained in:
Adrian Siekierka 2024-10-31 17:03:39 +01:00
parent b6ff439708
commit 9eea7a1ee6
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ float EmuInstance::inputMotionQuery(melonDS::Platform::MotionQueryType type)
}
}
}
if (type == melonDS::Platform::MotionAccelerationZ)
return SDL_STANDARD_GRAVITY;
return 0.0f;
}