mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-03 03:02:26 -07:00
Move solution and projects to src
This commit is contained in:
15
src/Ryujinx.Tests/Audio/Renderer/VoiceInParameterTests.cs
Normal file
15
src/Ryujinx.Tests/Audio/Renderer/VoiceInParameterTests.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using NUnit.Framework;
|
||||
using Ryujinx.Audio.Renderer.Parameter;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Ryujinx.Tests.Audio.Renderer
|
||||
{
|
||||
class VoiceInParameterTests
|
||||
{
|
||||
[Test]
|
||||
public void EnsureTypeSize()
|
||||
{
|
||||
Assert.AreEqual(0x170, Unsafe.SizeOf<VoiceInParameter>());
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user