mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-12 05:54:17 +00:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using NUnit.Framework;
|
||||
using Ryujinx.Audio.Renderer.Parameter;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Ryujinx.Tests.Audio.Renderer.Parameter
|
||||
{
|
||||
class MixInParameterDirtyOnlyUpdateTests
|
||||
{
|
||||
[Test]
|
||||
public void EnsureTypeSize()
|
||||
{
|
||||
Assert.AreEqual(0x20, Unsafe.SizeOf<MixInParameterDirtyOnlyUpdate>());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user