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(
|
public KThread(
|
||||||
CpuThread Thread,
|
CpuThread Thread,
|
||||||
Process Process,
|
Process Process,
|
||||||
Horizon System,
|
Horizon System,
|
||||||
int ProcessorId,
|
int ProcessorId,
|
||||||
int Priority,
|
int Priority,
|
||||||
int ThreadId) : base(System)
|
int ThreadId) : base(System)
|
||||||
{
|
{
|
||||||
this.ThreadId = ThreadId;
|
this.ThreadId = ThreadId;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue