mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-26 12:02: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.Parameter;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Ryujinx.Tests.Audio.Renderer
|
||||
{
|
||||
class AudioRendererConfigurationTests
|
||||
{
|
||||
[Test]
|
||||
public void EnsureTypeSize()
|
||||
{
|
||||
Assert.AreEqual(0x34, Unsafe.SizeOf<AudioRendererConfiguration>());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user