Add 32 bits support to HleProcessDebugger (#859)
Co-authored-by: riperiperi <rhy3756547@hotmail.com>
This commit is contained in:
12
Ryujinx.HLE/Loaders/Elf/ElfSymbol32.cs
Normal file
12
Ryujinx.HLE/Loaders/Elf/ElfSymbol32.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.HLE.Loaders.Elf
|
||||
{
|
||||
struct ElfSymbol32
|
||||
{
|
||||
public uint NameOffset;
|
||||
public uint ValueAddress;
|
||||
public uint Size;
|
||||
public char Info;
|
||||
public char Other;
|
||||
public ushort SectionIndex;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user