mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 15:01:18 +12:00
Update thread names (#1120)
This commit is contained in:
parent
731713de3a
commit
eaa82817dd
20 changed files with 29 additions and 12 deletions
|
@ -37,7 +37,7 @@ void _wxLaunch()
|
|||
|
||||
void gui_create()
|
||||
{
|
||||
SetThreadName("MainThread");
|
||||
SetThreadName("cemu");
|
||||
#if BOOST_OS_WINDOWS
|
||||
// on Windows wxWidgets there is a bug where wxDirDialog->ShowModal will deadlock in Windows internals somehow
|
||||
// moving the UI thread off the main thread fixes this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue