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