index
:
mirror/ryujinx
master
An experimental Nintendo Switch Emulator written in C#
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ARMeilleure
/
CodeGen
/
X86
/
CallConvName.cs
blob: be367628208dcde20d5f7a4aa2c0aedfa4c4de6d (
plain
) (
blame
)
1
2
3
4
5
6
7
8
namespace
ARMeilleure.CodeGen.X86
{
enum
CallConvName
{
SystemV
,
Windows
}
}