Disable user playback when in movie playback mode
This commit is contained in:
parent
1003ed085b
commit
36bebea251
|
@ -148,7 +148,8 @@ namespace BizHawk.MultiClient
|
|||
{
|
||||
for (; ; )
|
||||
{
|
||||
Input.Update();
|
||||
if (InputLog.GetMovieMode() != MOVIEMODE.PLAY) //TODO: user movie not input log
|
||||
Input.Update();
|
||||
|
||||
CheckHotkeys();
|
||||
|
||||
|
|
Loading…
Reference in New Issue