aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Arp/ApplicationProcessProperty.cs
blob: 13d222a127d14bbccbb64070d3cd56e6f56964b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
using Ryujinx.Common.Memory;

namespace Ryujinx.Horizon.Sdk.Arp
{
    public struct ApplicationProcessProperty
    {
        public byte ProgramIndex;
        public Array15<byte> Unknown;
    }
}