namespace Ryujinx.HLE.HOS.Kernel { enum ThreadType { Dummy, Kernel, Kernel2, User } }