mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 04:37:02 +00:00
parent
2993dba583
commit
86f47b8333
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ namespace Ryujinx.HLE.HOS.Kernel.Threading
|
||||||
KThread currentThread = KernelStatic.GetCurrentThread();
|
KThread currentThread = KernelStatic.GetCurrentThread();
|
||||||
KThread selectedThread = _state.SelectedThread;
|
KThread selectedThread = _state.SelectedThread;
|
||||||
|
|
||||||
if (!currentThread.IsThreadNamed && string.IsNullOrEmpty(currentThread.GetThreadName()))
|
if (!currentThread.IsThreadNamed && currentThread.GetThreadName() != "")
|
||||||
{
|
{
|
||||||
currentThread.HostThread.Name = $"<{currentThread.GetThreadName()}>";
|
currentThread.HostThread.Name = $"<{currentThread.GetThreadName()}>";
|
||||||
currentThread.IsThreadNamed = true;
|
currentThread.IsThreadNamed = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue