mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 18:08:33 +00:00
13 lines
261 B
C#
13 lines
261 B
C#
|
// 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,
|
||
|
}
|
||
|
}
|