Cocoa Port:
- Fix a possible crashing bug that was exposed by the changes from r4952.
This commit is contained in:
parent
c95eba3901
commit
dd09eb888d
|
@ -187,8 +187,6 @@ static BOOL isCoreStarted = NO;
|
||||||
return isCoreStarted;
|
return isCoreStarted;
|
||||||
}
|
}
|
||||||
|
|
||||||
slot2_Change(NDS_SLOT2_NONE);
|
|
||||||
|
|
||||||
result = NDS_Init();
|
result = NDS_Init();
|
||||||
if (result == -1)
|
if (result == -1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue