aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Friends/ExternalApplicationCatalog.cs
blob: 0d9c157d333cc79547f6553a57d1a9aceee47290 (plain) (blame)
1
2
3
4
5
6
7
8
9
using System.Runtime.InteropServices;

namespace Ryujinx.Horizon.Sdk.Friends
{
    [StructLayout(LayoutKind.Sequential, Size = 0x4B8)]
    struct ExternalApplicationCatalog
    {
    }
}