aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/savedata_factory.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-10-29 16:20:10 -0400
committerZach Hilman <zachhilman@gmail.com>2018-10-29 16:20:16 -0400
commitbdaa76c0dbcf6811ae83bbca61ae103e06e93c27 (patch)
tree786b213e1e82bbaeac60f422b87cd78bf72dc664 /src/core/file_sys/savedata_factory.h
parent5ee19add1bf221bd5259e4df76089252f04ce060 (diff)
ns: Implement command 400: GetApplicationControlData
Returns the raw NACP bytes and the raw icon bytes into a title-provided buffer. Pulls from Registration Cache for control data, returning all zeros should it not exist.
Diffstat (limited to 'src/core/file_sys/savedata_factory.h')
-rw-r--r--src/core/file_sys/savedata_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/savedata_factory.h b/src/core/file_sys/savedata_factory.h
index 024a305d3..2a0088040 100644
--- a/src/core/file_sys/savedata_factory.h
+++ b/src/core/file_sys/savedata_factory.h
@@ -52,7 +52,7 @@ public:
ResultVal<VirtualDir> Open(SaveDataSpaceId space, SaveDataDescriptor meta);
- VirtualDir GetSaveDataSpaceDirectory(SaveDataSpaceId space);
+ VirtualDir GetSaveDataSpaceDirectory(SaveDataSpaceId space) const;
static std::string GetSaveDataSpaceIdPath(SaveDataSpaceId space);
static std::string GetFullPath(SaveDataSpaceId space, SaveDataType type, u64 title_id,