mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-01 23:17:17 +00: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