mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-11 15:16:39 +00:00
11 lines
223 B
C#
11 lines
223 B
C#
|
using System.Runtime.InteropServices;
|
||
|
|
||
|
namespace Ryujinx.HLE.OsHle.Services.Aud.AudioRenderer
|
||
|
{
|
||
|
[StructLayout(LayoutKind.Sequential, Size = 0x70, Pack = 1)]
|
||
|
struct VoiceChannelResourceIn
|
||
|
{
|
||
|
//???
|
||
|
}
|
||
|
}
|