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