mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-03 11:55:46 +00: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;
|
|
}
|
|
}
|