TCG.cs 261 B

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