Fix ApplicationLaunchProperty Default
This commit is contained in:
parent
02efe69711
commit
85c043515c
1 changed files with 12 additions and 6 deletions
|
@ -10,7 +10,11 @@ namespace Ryujinx.HLE.HOS.Services.Arp
|
||||||
public byte UpdateGameStorageId;
|
public byte UpdateGameStorageId;
|
||||||
public short Padding;
|
public short Padding;
|
||||||
|
|
||||||
public static readonly ApplicationLaunchProperty Default = new ApplicationLaunchProperty
|
public static ApplicationLaunchProperty Default
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return new ApplicationLaunchProperty
|
||||||
{
|
{
|
||||||
TitleId = 0x00,
|
TitleId = 0x00,
|
||||||
Version = 0x00,
|
Version = 0x00,
|
||||||
|
@ -19,3 +23,5 @@ namespace Ryujinx.HLE.HOS.Services.Arp
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue