From c1ef7a753a0e93abdb9787aa0179921daffe06e1 Mon Sep 17 00:00:00 2001 From: Steveice10 Date: Fri, 6 Jul 2018 10:47:50 -0700 Subject: [PATCH] am: Add contentIndex to documentation for GetTitleContentPath. --- src/core/hle/service/am/am.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h index 53d8ea3a7..7663f8c4f 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h @@ -121,6 +121,7 @@ std::string GetTitleMetadataPath(Service::FS::MediaType media_type, u64 tid, boo * @param tid the title ID to get * @param index the content index to get * @param update set true if the incoming TMD should be used instead of the current TMD + * @param contentIndex set true if the supplied index is a 3DS content index value instead of a raw index. * @returns string path to the .app file */ std::string GetTitleContentPath(Service::FS::MediaType media_type, u64 tid, u16 index = 0,