Fix alignment
This commit is contained in:
parent
c9b998742d
commit
fcb3f6731c
1 changed files with 5 additions and 5 deletions
|
@ -67,11 +67,11 @@ namespace Ryujinx.HLE.HOS.Kernel
|
|||
|
||||
public KThread(
|
||||
CpuThread Thread,
|
||||
Process Process,
|
||||
Horizon System,
|
||||
int ProcessorId,
|
||||
int Priority,
|
||||
int ThreadId) : base(System)
|
||||
Process Process,
|
||||
Horizon System,
|
||||
int ProcessorId,
|
||||
int Priority,
|
||||
int ThreadId) : base(System)
|
||||
{
|
||||
this.ThreadId = ThreadId;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue