mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 00:59:51 -06:00
This reverts commit 85dbb9559a
.
This commit is contained in:
@ -3,11 +3,11 @@ namespace Ryujinx.HLE.Loaders.Executables
|
||||
interface IExecutable
|
||||
{
|
||||
byte[] Text { get; }
|
||||
byte[] Ro { get; }
|
||||
byte[] RO { get; }
|
||||
byte[] Data { get; }
|
||||
|
||||
int TextOffset { get; }
|
||||
int RoOffset { get; }
|
||||
int ROOffset { get; }
|
||||
int DataOffset { get; }
|
||||
int BssOffset { get; }
|
||||
int BssSize { get; }
|
||||
|
Reference in New Issue
Block a user