summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/bcat_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/bcat/bcat_service.h')
-rw-r--r--src/core/hle/service/bcat/bcat_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/bcat/bcat_service.h b/src/core/hle/service/bcat/bcat_service.h
index 3e1ed98c3..dda5a2d5f 100644
--- a/src/core/hle/service/bcat/bcat_service.h
+++ b/src/core/hle/service/bcat/bcat_service.h
@@ -26,13 +26,13 @@ private:
Result RequestSyncDeliveryCache(OutInterface<IDeliveryCacheProgressService> out_interface);
Result RequestSyncDeliveryCacheWithDirectoryName(
- DirectoryName name, OutInterface<IDeliveryCacheProgressService> out_interface);
+ const DirectoryName& name, OutInterface<IDeliveryCacheProgressService> out_interface);
- Result SetPassphrase(u64 title_id, InBuffer<BufferAttr_HipcPointer> passphrase_buffer);
+ Result SetPassphrase(u64 application_id, InBuffer<BufferAttr_HipcPointer> passphrase_buffer);
Result RegisterSystemApplicationDeliveryTasks();
- Result ClearDeliveryCacheStorage(u64 title_id);
+ Result ClearDeliveryCacheStorage(u64 application_id);
private:
ProgressServiceBackend& GetProgressBackend(SyncType type);