mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 19:32:22 -05:00
10 lines
190 B
C#
10 lines
190 B
C#
namespace Ryujinx.Tests.Cpu
|
|
{
|
|
public class PrecomputedThumbTestCase
|
|
{
|
|
public ushort[] Instructions;
|
|
public uint[] StartRegs;
|
|
public uint[] FinalRegs;
|
|
}
|
|
}
|