blob: 2a6f424f99718abfc113c26ea1f6a125ab622f47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Aud.AudioRenderer
{
[StructLayout(LayoutKind.Sequential, Size = 0x70, Pack = 1)]
struct VoiceChannelResourceIn
{
//???
}
}
|