Sync thread name on Schedule (ryubing/ryujinx!157)

See merge request ryubing/ryujinx!157
This commit is contained in:
LotP 2025-10-11 07:47:45 -05:00
parent 13878acdb2
commit ef9810582a
2 changed files with 8 additions and 0 deletions

View file

@ -53,6 +53,8 @@ namespace Ryujinx.HLE.HOS.Kernel.Threading
public ulong AffinityMask { get; set; }
public ulong ThreadUid { get; private set; }
public bool IsThreadNamed { get; set; }
private long _totalTimeRunning;