From 2d847df848058ca1362c5936ddd1071dcf33caf5 Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 27 Jan 2021 04:25:04 -0500 Subject: [PATCH] nobody left a note about why this is needed for five years, so I decided it wasn't needed. It was added with fd6ac896 and seems to be related to the log console, which seems to work fine without it --- src/BizHawk.Client.EmuHawk/MainForm.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/BizHawk.Client.EmuHawk/MainForm.cs b/src/BizHawk.Client.EmuHawk/MainForm.cs index bf067b7ec2..e68a810451 100644 --- a/src/BizHawk.Client.EmuHawk/MainForm.cs +++ b/src/BizHawk.Client.EmuHawk/MainForm.cs @@ -656,8 +656,6 @@ namespace BizHawk.Client.EmuHawk public int ProgramRunLoop() { - CheckMessages(); // can someone leave a note about why this is needed? - // needs to be done late, after the log console snaps on top // fullscreen should snap on top even harder! if (_needsFullscreenOnLoad)