This reverts commit 85dbb9559a
.
This commit is contained in:
parent
85dbb9559a
commit
3615a70cae
299 changed files with 12276 additions and 12268 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue