call Start again NDS object after Reset
fixes issue where game doesn't properly start after changing settings
This commit is contained in:
parent
5fdd285c9a
commit
ea1755bed0
|
@ -916,6 +916,8 @@ void Reset(EmuThread* thread)
|
||||||
thread->NDS->SetupDirectBoot(BaseROMName);
|
thread->NDS->SetupDirectBoot(BaseROMName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thread->NDS->Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue