Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix missing md5thread.detach()
  • Loading branch information
comex committed Sep 19, 2013
1 parent 452fd84 commit ae607ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/Src/Movie.cpp
Expand Up @@ -447,6 +447,7 @@ bool BeginRecordingInput(int controllers)
Movie::g_bClearSave = true;
}
std::thread md5thread(GetMD5);
md5thread.detach();
GetSettings();
}
g_playMode = MODE_RECORDING;
Expand Down

0 comments on commit ae607ea

Please sign in to comment.