GBHawk; fix input when switching from playing a movie to recording another one

This commit is contained in:
alyosha-tas 2020-11-19 13:59:33 -05:00
parent fc92d3c63e
commit 349092fec8
1 changed files with 2 additions and 0 deletions

View File

@ -248,6 +248,8 @@ namespace BizHawk.Client.Common
{
Movie.StartNewRecording();
ReadOnly = false;
// If we are starting a movie recording while another one is playing, we need to switch back to user input
LatchInputToUser();
}
else
{