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)