Move solution and projects to src
This commit is contained in:
10
src/Ryujinx.Tests/Cpu/PrecomputedMemoryThumbTestCase.cs
Normal file
10
src/Ryujinx.Tests/Cpu/PrecomputedMemoryThumbTestCase.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.Tests.Cpu
|
||||
{
|
||||
public struct PrecomputedMemoryThumbTestCase
|
||||
{
|
||||
public ushort[] Instructions;
|
||||
public uint[] StartRegs;
|
||||
public uint[] FinalRegs;
|
||||
public (ulong Address, ushort Value)[] MemoryDelta;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user