See merge request ryubing/ryujinx!212
This commit is contained in:
LotP 2025-11-11 13:24:57 -06:00
parent 6b814fb973
commit e8225ce7aa
2 changed files with 2 additions and 0 deletions

View file

@ -330,6 +330,7 @@ namespace Ryujinx.Input.HLE
_device.TamperMachine.UpdateInput(hleInputStates);
hleMotionStates.Clear();
_hleMotionStatesPool.Release(hleMotionStates);
}
}