forked from MeloNX/MeloNX
fix rebase
This commit is contained in:
parent
091d9d4546
commit
fdc5ceea41
@ -251,7 +251,7 @@ namespace Ryujinx.HLE.Loaders.Processes
|
||||
ulong argsStart = 0;
|
||||
uint argsSize = 0;
|
||||
ulong codeStart = ((meta.Flags & 1) != 0 ? 0x8000000UL : 0x200000UL) + CodeStartOffset;
|
||||
uint codeSize = 0;
|
||||
ulong codeSize = 0;
|
||||
|
||||
var buildIds = executables.Select(e => (e switch
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user