parent
713944724d
commit
0170d8f0f0
|
@ -810,8 +810,12 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
Render();
|
||||
|
||||
IDisposable raMemHack = (RA as RAIntegration)?.ThisIsTheRAMemHack();
|
||||
|
||||
CheckMessages();
|
||||
|
||||
if (RA is RAIntegration) raMemHack!.Dispose();
|
||||
|
||||
if (_exitRequestPending)
|
||||
{
|
||||
_exitRequestPending = false;
|
||||
|
@ -2296,8 +2300,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
private void CheckMessages()
|
||||
{
|
||||
using var raMemHack = (RA as RAIntegration)?.ThisIsTheRAMemHack();
|
||||
|
||||
Application.DoEvents();
|
||||
if (ActiveForm != null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue