diff --git a/src/BizHawk.Client.EmuHawk/MainForm.cs b/src/BizHawk.Client.EmuHawk/MainForm.cs index 494e7f0f7b..f6a4efb381 100644 --- a/src/BizHawk.Client.EmuHawk/MainForm.cs +++ b/src/BizHawk.Client.EmuHawk/MainForm.cs @@ -880,9 +880,8 @@ namespace BizHawk.Client.EmuHawk } StepRunLoop_Core(); - StepRunLoop_Throttle(); - Render(); + StepRunLoop_Throttle(); // HACK: RAIntegration might peek at memory during messages // we need this to allow memory access here, otherwise it will deadlock