Example #1
0
        public Result GetApplicationLaunchPropertyWithApplicationId(out LibHac.Arp.ApplicationLaunchProperty launchProperty,
                                                                    ApplicationId applicationId)
        {
            launchProperty = new LibHac.Arp.ApplicationLaunchProperty();

            launchProperty.BaseStorageId = StorageId.BuiltInUser;
            launchProperty.ApplicationId = applicationId;

            return(Result.Success);
        }
Example #2
0
 public Result GetApplicationControlPropertyWithApplicationId(out ApplicationControlProperty controlProperty,
                                                              ApplicationId applicationId)
 {
     throw new NotImplementedException();
 }