mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
fix rebase
This commit is contained in:
parent
091d9d4546
commit
fdc5ceea41
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue