blob: 519d72e8f27e3944f31b093026e9840c14255c1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
using System.Runtime.InteropServices;
namespace Ryujinx.Horizon.Sdk.Settings.Factory
{
[StructLayout(LayoutKind.Sequential, Size = 0x6, Pack = 0x1)]
struct BdAddress
{
}
}
|