mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-09 02:16:27 -05:00
Implement SvcGetThreadContext3
This commit is contained in:
@@ -205,6 +205,8 @@ namespace Ryujinx.HLE.OsHle
|
||||
|
||||
KThread Thread = new KThread(CpuThread, this, ProcessorId, Priority);
|
||||
|
||||
Thread.LastPc = EntryPoint;
|
||||
|
||||
int Handle = HandleTable.OpenHandle(Thread);
|
||||
|
||||
int ThreadId = GetFreeTlsSlot(CpuThread);
|
||||
|
Reference in New Issue
Block a user