mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-16 09:07:54 -05:00
Move solution and projects to src
This commit is contained in:
16
src/Ryujinx.Tests/Audio/Renderer/EffectOutStatusTests.cs
Normal file
16
src/Ryujinx.Tests/Audio/Renderer/EffectOutStatusTests.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using NUnit.Framework;
|
||||
using Ryujinx.Audio.Renderer.Parameter;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Ryujinx.Tests.Audio.Renderer
|
||||
{
|
||||
class EffectOutStatusTests
|
||||
{
|
||||
[Test]
|
||||
public void EnsureTypeSize()
|
||||
{
|
||||
Assert.AreEqual(0x10, Unsafe.SizeOf<EffectOutStatusVersion1>());
|
||||
Assert.AreEqual(0x90, Unsafe.SizeOf<EffectOutStatusVersion2>());
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user