mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-11 14:42:34 -07:00
Split main project into core,graphics and chocolarm4 subproject (#29)
This commit is contained in:
10
Ryujinx.Core/Loaders/ElfSymVisibility.cs
Normal file
10
Ryujinx.Core/Loaders/ElfSymVisibility.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.Core.Loaders
|
||||
{
|
||||
enum ElfSymVisibility
|
||||
{
|
||||
STV_DEFAULT = 0,
|
||||
STV_INTERNAL = 1,
|
||||
STV_HIDDEN = 2,
|
||||
STV_PROTECTED = 3
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user