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