index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ARMeilleure
/
CodeGen
/
X86
/
CallConvName.cs
blob: 6208da1ec6209305f3dc388cfd21965d76ef0693 (
plain
)
1
2
3
4
5
6
7
8
namespace
ARMeilleure
.
CodeGen
.
X86
{
enum
CallConvName
{
SystemV
,
Windows
,
}
}