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