mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 13:07:11 +02:00
This reverts commit 0bbda57e43
.
This commit is contained in:
parent
0bbda57e43
commit
58b3358f18
299 changed files with 12276 additions and 12268 deletions
|
@ -2,9 +2,9 @@ namespace Ryujinx.HLE.Loaders.Elf
|
|||
{
|
||||
enum ElfSymbolVisibility
|
||||
{
|
||||
StvDefault = 0,
|
||||
StvInternal = 1,
|
||||
StvHidden = 2,
|
||||
StvProtected = 3
|
||||
STV_DEFAULT = 0,
|
||||
STV_INTERNAL = 1,
|
||||
STV_HIDDEN = 2,
|
||||
STV_PROTECTED = 3
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue