Disable user playback when in movie playback mode

This commit is contained in:
andres.delikat 2011-03-03 17:18:24 +00:00
parent 1003ed085b
commit 36bebea251
1 changed files with 2 additions and 1 deletions

View File

@ -148,7 +148,8 @@ namespace BizHawk.MultiClient
{
for (; ; )
{
Input.Update();
if (InputLog.GetMovieMode() != MOVIEMODE.PLAY) //TODO: user movie not input log
Input.Update();
CheckHotkeys();