on_snoop(nil) will unregister the callback

This commit is contained in:
goyuken 2012-10-06 13:37:31 +00:00
parent b545d79fb6
commit ea32688bf8
1 changed files with 2 additions and 1 deletions

View File

@ -1190,7 +1190,8 @@ namespace BizHawk.MultiClient
}
};
}
else
Global.Emulator.CoreInputComm.InputCallback = null;
}
//----------------------------------------------------