--- hatari/src/gui-osx/Shared.m 2019/04/01 07:13:04 1.1 +++ hatari/src/gui-osx/Shared.m 2019/04/01 07:14:42 1.1.1.2 @@ -73,7 +73,7 @@ void GuiOsx_ExportPathString(NSString* p void GuiOsx_PauseAndSwitchToCocoaUI() { // Pause emulation - Main_PauseEmulation(); + Main_PauseEmulation(FALSE); // Enable the alert hooks, so that any messages are shown in Cocoa alerts instead of SDL alerts #ifdef ALERT_HOOKS