1 2 3 4 5 6 7 8 9
namespace Ryujinx.Tests.Cpu { public class PrecomputedThumbTestCase { public ushort[] Instructions; public uint[] StartRegs; public uint[] FinalRegs; } }