From dd09eb888d7ec0cfc67bd8d93ec48b6489df54da Mon Sep 17 00:00:00 2001 From: rogerman Date: Tue, 24 Dec 2013 07:38:15 +0000 Subject: [PATCH] Cocoa Port: - Fix a possible crashing bug that was exposed by the changes from r4952. --- desmume/src/cocoa/cocoa_core.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/desmume/src/cocoa/cocoa_core.mm b/desmume/src/cocoa/cocoa_core.mm index 9c330adce..3626cacaa 100644 --- a/desmume/src/cocoa/cocoa_core.mm +++ b/desmume/src/cocoa/cocoa_core.mm @@ -187,8 +187,6 @@ static BOOL isCoreStarted = NO; return isCoreStarted; } - slot2_Change(NDS_SLOT2_NONE); - result = NDS_Init(); if (result == -1) {