mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix missing md5thread.detach()
This commit is contained in:
@ -447,6 +447,7 @@ bool BeginRecordingInput(int controllers)
|
|||||||
Movie::g_bClearSave = true;
|
Movie::g_bClearSave = true;
|
||||||
}
|
}
|
||||||
std::thread md5thread(GetMD5);
|
std::thread md5thread(GetMD5);
|
||||||
|
md5thread.detach();
|
||||||
GetSettings();
|
GetSettings();
|
||||||
}
|
}
|
||||||
g_playMode = MODE_RECORDING;
|
g_playMode = MODE_RECORDING;
|
||||||
|
Reference in New Issue
Block a user