mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 19:17:10 +02:00
Added initial support for function names from symbol table on the cpu with tracing, fix wrong ImageEnd on executables with MOD0, fix issue on the CPU on input elimination for instruction with more than one register store
This commit is contained in:
parent
9812c7db46
commit
b39b3ef471
20 changed files with 217 additions and 93 deletions
|
@ -1,3 +1,4 @@
|
|||
using ChocolArm64.Events;
|
||||
using ChocolArm64.Memory;
|
||||
using ChocolArm64.State;
|
||||
using System;
|
||||
|
@ -62,7 +63,7 @@ namespace Ryujinx.Core.OsHle.Svc
|
|||
Rng = new Random();
|
||||
}
|
||||
|
||||
public void SvcCall(object sender, AInstExceptEventArgs e)
|
||||
public void SvcCall(object sender, AInstExceptionEventArgs e)
|
||||
{
|
||||
AThreadState ThreadState = (AThreadState)sender;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue