This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
Ryujinx-uplift
Watch
1
Star
0
Fork
0
You've already forked Ryujinx-uplift
mirror of
https://github.com/GreemDev/Ryujinx.git
synced
2024-11-16 14:33:17 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8fa26a18c5
Ryujinx-uplift
/
Ryujinx.Core
/
Loaders
/
ElfSymBinding.cs
9 lines
140 B
C#
Raw
Normal View
History
Unescape
Escape
Split main project into core,graphics and chocolarm4 subproject (#29)
2018-02-20 21:09:23 +01:00
namespace
Ryujinx.Core.Loaders
aloha
2018-02-05 00:08:20 +01:00
{
enum
ElfSymBinding
{
STB_LOCAL
=
0
,
STB_GLOBAL
=
1
,
STB_WEAK
=
2
}
}
Reference in New Issue
Copy Permalink