summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-26 19:48:53 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-26 19:48:53 +0000
commit481e17e94efe11dac526054f3b8eefa742e71b8c (patch)
tree00402eaee3bd7a1e9ac70cb77167078be59721d9
parent9e16f6d27507a9ab23a8fb9f9acaffb8a5a4de9b (diff)
downloadpcsxr-481e17e94efe11dac526054f3b8eefa742e71b8c.tar.gz
uncomment out some code: it no longer crashes.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86941 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rwxr-xr-xmacosx/main.m2
1 files changed, 1 insertions, 1 deletions
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);