mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06:00
Support loading NSO/NRO without a MOD0 header, stub some functions, support more ids on SvcGetInfo
This commit is contained in:
@ -147,7 +147,7 @@ namespace ChocolArm64.Translation
|
||||
|
||||
int IntCond = (int)Cond;
|
||||
|
||||
if (LastFlagOp == LastCmpOp && BranchOps.ContainsKey(Cond))
|
||||
if (LastCmpOp != null && LastFlagOp == LastCmpOp && BranchOps.ContainsKey(Cond))
|
||||
{
|
||||
Ldloc(Tmp3Index, AIoType.Int, GetIntType(LastCmpOp));
|
||||
Ldloc(Tmp4Index, AIoType.Int, GetIntType(LastCmpOp));
|
||||
|
Reference in New Issue
Block a user