aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests.Unicorn/Native/Const/TCG.cs
blob: f38785db70ead0e69c0243a856e55a81066a8084 (plain) (blame)
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,
    }
}