mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 19:20:46 -07:00
Implement SvcGetThreadContext3
This commit is contained in:
@ -25,6 +25,7 @@ namespace ChocolArm64.Instruction
|
||||
|
||||
Context.EmitLdarg(ATranslatedSub.StateArgIdx);
|
||||
|
||||
Context.EmitLdc_I8(Op.Position);
|
||||
Context.EmitLdc_I4(Op.Id);
|
||||
|
||||
Context.EmitPrivateCall(typeof(AThreadState), MthdName);
|
||||
|
Reference in New Issue
Block a user