This commit is contained in:
alyosha-tas 2020-11-20 16:09:58 -05:00
parent 5eedd695c2
commit 320ecc9093
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@ namespace BizHawk.Client.Common
Movie.SwitchToRecord();
}
LatchInputToUser();
var result = Movie.ExtractInputLog(reader, out var errorMsg);
if (!result)
{