mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 15:49:57 -06:00
Fix regression introduced on last commit with wrong ImageEnd
This commit is contained in:
@ -56,7 +56,7 @@ namespace Ryujinx.Core.Loaders
|
||||
|
||||
MapBss(BssStartOffset, BssEndOffset - BssStartOffset);
|
||||
|
||||
ImageEnd = ImageBase + BssEndOffset;
|
||||
ImageEnd = BssEndOffset;
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user