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,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();