diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs')
-rw-r--r-- | Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs b/Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs index 985dcdec..d7686871 100644 --- a/Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs +++ b/Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs @@ -16,7 +16,7 @@ namespace Ryujinx.HLE.HOS.Services.Arp { launchProperty = new LibHac.Arp.ApplicationLaunchProperty { - BaseStorageId = StorageId.BuiltInUser, + StorageId = StorageId.BuiltInUser, ApplicationId = ApplicationId }; @@ -29,7 +29,7 @@ namespace Ryujinx.HLE.HOS.Services.Arp { launchProperty = new LibHac.Arp.ApplicationLaunchProperty { - BaseStorageId = StorageId.BuiltInUser, + StorageId = StorageId.BuiltInUser, ApplicationId = applicationId }; |