mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-26 14:22:23 -05:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using NUnit.Framework;
|
||||
using Ryujinx.Audio.Renderer.Server.Splitter;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Ryujinx.Tests.Audio.Renderer.Server
|
||||
{
|
||||
class SplitterStateTests
|
||||
{
|
||||
[Test]
|
||||
public void EnsureTypeSize()
|
||||
{
|
||||
Assert.AreEqual(0x20, Unsafe.SizeOf<SplitterState>());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user