Ryujinx-ChocolArm64/Translation/CallType.cs

9 lines
122 B
C#

namespace ChocolArm64.Translation
{
enum CallType
{
Call,
VirtualCall,
VirtualJump
}
}