mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-02 16:00:47 -07:00
Naming conventions
This commit is contained in:
@ -6,10 +6,10 @@ namespace Ryujinx.HLE.Loaders.Elf
|
||||
|
||||
public long Value { get; private set; }
|
||||
|
||||
public ElfDynamic(ElfDynamicTag Tag, long Value)
|
||||
public ElfDynamic(ElfDynamicTag tag, long value)
|
||||
{
|
||||
this.Tag = Tag;
|
||||
this.Value = Value;
|
||||
this.Tag = tag;
|
||||
this.Value = value;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user