mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 20:10:46 -07:00
11 lines
230 B
C#
11 lines
230 B
C#
using System.Runtime.InteropServices;
|
|
|
|
namespace Ryujinx.HLE.HOS.Services.Aud.AudioRenderer
|
|
{
|
|
[StructLayout(LayoutKind.Sequential, Size = 0x70, Pack = 1)]
|
|
internal struct VoiceChannelResourceIn
|
|
{
|
|
//???
|
|
}
|
|
}
|