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
/
ARMeilleure
/
CodeGen
/
X86
/
CallConvName.cs
blob: be367628208dcde20d5f7a4aa2c0aedfa4c4de6d (
plain
)
1
2
3
4
5
6
7
8
namespace
ARMeilleure
.
CodeGen
.
X86
{
enum
CallConvName
{
SystemV
,
Windows
}
}