mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 13:30:46 -07: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