This website requires JavaScript.
Explore
Help
Register
Sign in
Ryujinx_Mirror
/
Ryujinx_GreemDev
Watch
1
Star
0
Fork
You've already forked Ryujinx_GreemDev
0
mirror of
https://github.com/GreemDev/Ryujinx.git
synced
2025-01-10 19:52:33 -03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
2562ca6c3f
Ryujinx_GreemDev
/
Ryujinx.HLE
/
Loaders
/
ElfSymBinding.cs
9 lines
139 B
C#
Raw
Normal View
History
Unescape
Escape
Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation
2018-06-10 20:46:42 -04:00
namespace
Ryujinx.HLE.Loaders
aloha
2018-02-04 20:08:20 -03:00
{
enum
ElfSymBinding
{
STB_LOCAL
=
0
,
STB_GLOBAL
=
1
,
STB_WEAK
=
2
}
}
Reference in a new issue
Copy permalink