mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 19:56:38 +00:00
3615a70cae
This reverts commit 85dbb9559a
.
9 lines
No EOL
146 B
C#
9 lines
No EOL
146 B
C#
namespace Ryujinx.HLE.Loaders.Elf
|
|
{
|
|
enum ElfSymbolBinding
|
|
{
|
|
STB_LOCAL = 0,
|
|
STB_GLOBAL = 1,
|
|
STB_WEAK = 2
|
|
}
|
|
} |