mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Name some threads
This commit is contained in:
parent
c3c73c7e24
commit
cdfe3ee7c8
6 changed files with 25 additions and 7 deletions
|
@ -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]()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue