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