Skip to content

Commit

Permalink
Fixes occasional crash when restarting emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
rileytestut committed Jul 27, 2016
1 parent c414c1d commit 52a2fb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SNESDeltaCore/SNESEmulatorBridge.mm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ + (instancetype)sharedBridge

- (void)startWithGameURL:(NSURL *)URL
{
[self stop];

self.gameURL = URL;

ZeroMemory(&Settings, sizeof(Settings));
Expand Down

0 comments on commit 52a2fb9

Please sign in to comment.