mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 17:19:50 -06:00
Only throw undefined instruction exception at execution, not at translation stage
This commit is contained in:
@ -63,7 +63,7 @@ namespace Ryujinx.OsHle.Svc
|
||||
Rng = new Random();
|
||||
}
|
||||
|
||||
public void SvcCall(object sender, AExceptionEventArgs e)
|
||||
public void SvcCall(object sender, AInstExceptEventArgs e)
|
||||
{
|
||||
ARegisters Registers = (ARegisters)sender;
|
||||
|
||||
|
Reference in New Issue
Block a user