mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Fix missing md5thread.detach()
This commit is contained in:
parent
452fd84bbd
commit
ae607ea1e9
1 changed files with 1 additions and 0 deletions
|
@ -447,6 +447,7 @@ bool BeginRecordingInput(int controllers)
|
|||
Movie::g_bClearSave = true;
|
||||
}
|
||||
std::thread md5thread(GetMD5);
|
||||
md5thread.detach();
|
||||
GetSettings();
|
||||
}
|
||||
g_playMode = MODE_RECORDING;
|
||||
|
|
Loading…
Add table
Reference in a new issue