mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-07 18:58:29 +02: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