aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Loaders/Elf/ElfSymbol32.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/Loaders/Elf/ElfSymbol32.cs')
-rw-r--r--Ryujinx.HLE/Loaders/Elf/ElfSymbol32.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.HLE/Loaders/Elf/ElfSymbol32.cs b/Ryujinx.HLE/Loaders/Elf/ElfSymbol32.cs
index 32e8af7c..2b25d044 100644
--- a/Ryujinx.HLE/Loaders/Elf/ElfSymbol32.cs
+++ b/Ryujinx.HLE/Loaders/Elf/ElfSymbol32.cs
@@ -6,8 +6,8 @@
public uint NameOffset;
public uint ValueAddress;
public uint Size;
- public char Info;
- public char Other;
+ public byte Info;
+ public byte Other;
public ushort SectionIndex;
#pragma warning restore CS0649
}