Name some threads

This commit is contained in:
Megamouse 2024-01-27 20:33:54 +01:00
parent c3c73c7e24
commit cdfe3ee7c8
6 changed files with 25 additions and 7 deletions

View file

@ -2494,6 +2494,8 @@ void Emulator::FinalizeRunRequest()
{
std::thread([this, info = GetEmulationIdentifier()]()
{
thread_base::set_name("Close Home Menu");
std::this_thread::sleep_for(2s);
CallFromMainThread([this]()