mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-27 00:42:56 +00:00
8 lines
No EOL
104 B
C#
8 lines
No EOL
104 B
C#
namespace ARMeilleure.CodeGen.X86
|
|
{
|
|
enum CallConvName
|
|
{
|
|
SystemV,
|
|
Windows
|
|
}
|
|
} |