1 2 3 4 5 6 7 8 9 10 11 12
// Constants for Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT // ReSharper disable InconsistentNaming namespace Ryujinx.Tests.Unicorn.Native.Const { public enum TCG { OP_SUB = 0, OP_FLAG_CMP = 1, OP_FLAG_DIRECT = 2, } }