1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00

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

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;
}