Fix alignment

This commit is contained in:
Alex Barney 2018-10-30 15:53:00 -05:00
parent c9b998742d
commit fcb3f6731c

View file

@ -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;