From 481e17e94efe11dac526054f3b8eefa742e71b8c Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 26 Aug 2013 19:48:53 +0000 Subject: uncomment out some code: it no longer crashes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86941 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/main.m b/macosx/main.m index 0a231786..b81e4079 100755 --- a/macosx/main.m +++ b/macosx/main.m @@ -220,7 +220,7 @@ void SysRunGui() { // Close mem and plugins void SysClose() { EmuShutdown(); - //ReleasePlugins(); + ReleasePlugins(); if (powerAssertion != kIOPMNullAssertionID) { IOPMAssertionRelease(powerAssertion); -- cgit v1.2.3