5c1bc52409
* Refactoring of acc:u0 - Move all account things to the account service - More accurate IAccountServiceForApplication - Add helper to UInt128 * FIx my engrish * FIx my engrish #2
11 lines
No EOL
265 B
C#
11 lines
No EOL
265 B
C#
namespace Ryujinx.HLE.HOS.Services.Arp
|
|
{
|
|
class ApplicationLaunchProperty
|
|
{
|
|
public long TitleId;
|
|
public int Version;
|
|
public byte BaseGameStorageId;
|
|
public byte UpdateGameStorageId;
|
|
public short Padding;
|
|
}
|
|
} |