This commit is contained in:
Morilli 2023-09-12 16:44:31 +02:00
parent 4f98bf101c
commit 2fc9f719e5
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ namespace BizHawk.Client.EmuHawk
{
if (frame >= CurrentTasMovie.InputLogLength)
{
CurrentTasMovie.SetAxisState(frame, buttonName, 0);
CurrentTasMovie.SetAxisState(frame, buttonName, ControllerType.Axes[buttonName].Neutral);
RefreshDialog();
}