aboutsummaryrefslogblamecommitdiff
path: root/Ryujinx.Tests/Cpu/PrecomputedThumbTestCase.cs
blob: 7e91123037c81d2a2dda9f0e897197527f0dffa7 (plain) (tree)
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;
    }
}