uncomment out some code: it no longer crashes.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86941 e17a0e51-4ae3-4d35-97c3-1a29b211df97
This commit is contained in:
SND\MaddTheSane_cp 2013-08-26 19:48:53 +00:00
parent 9e16f6d275
commit 481e17e94e

View File

@ -220,7 +220,7 @@ void SysRunGui() {
// Close mem and plugins
void SysClose() {
EmuShutdown();
//ReleasePlugins();
ReleasePlugins();
if (powerAssertion != kIOPMNullAssertionID) {
IOPMAssertionRelease(powerAssertion);