mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-07 12:59:15 +00:00
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