GBHawk; fix input when switching from playing a movie to recording another one
This commit is contained in:
parent
fc92d3c63e
commit
349092fec8
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue