From 983a9a3a117d1f5ac21edd241ad6e7c65707d3dd Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 15 Mar 2020 09:48:18 -0500 Subject: [PATCH] fix CoreComm documentation --- BizHawk.Emulation.Common/CoreComms.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BizHawk.Emulation.Common/CoreComms.cs b/BizHawk.Emulation.Common/CoreComms.cs index c18c37e846..2e03f143f5 100644 --- a/BizHawk.Emulation.Common/CoreComms.cs +++ b/BizHawk.Emulation.Common/CoreComms.cs @@ -4,11 +4,9 @@ namespace BizHawk.Emulation.Common { /// /// This object facilitates communications between client and core - /// and is used by the IEmulator interface /// The primary use is to provide a client => core communication, such as providing client-side callbacks for a core to use /// Any communications that can be described as purely a Core -> Client system, should be provided as an instead /// - /// public class CoreComm { public CoreComm(Action showMessage, Action notifyMessage)