mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-06 19:32:33 -07:00
This reverts commit 85dbb9559a
.
This commit is contained in:
@@ -2,8 +2,8 @@ namespace Ryujinx.HLE.Loaders.Elf
|
||||
{
|
||||
enum ElfSymbolBinding
|
||||
{
|
||||
StbLocal = 0,
|
||||
StbGlobal = 1,
|
||||
StbWeak = 2
|
||||
STB_LOCAL = 0,
|
||||
STB_GLOBAL = 1,
|
||||
STB_WEAK = 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user