mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-05-15 01:05:20 +00:00
9 lines
135 B
C#
9 lines
135 B
C#
namespace Ryujinx.Loaders
|
|
{
|
|
enum ElfSymBinding
|
|
{
|
|
STB_LOCAL = 0,
|
|
STB_GLOBAL = 1,
|
|
STB_WEAK = 2
|
|
}
|
|
} |