Move solution and projects to src
This commit is contained in:
9
src/Ryujinx.Tests/Cpu/PrecomputedThumbTestCase.cs
Normal file
9
src/Ryujinx.Tests/Cpu/PrecomputedThumbTestCase.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Tests.Cpu
|
||||
{
|
||||
public class PrecomputedThumbTestCase
|
||||
{
|
||||
public ushort[] Instructions;
|
||||
public uint[] StartRegs;
|
||||
public uint[] FinalRegs;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user