MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / titleBackupPath

Method titleBackupPath

3ds/source/script/scripthost.cpp:146–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 std::string titleBackupPath(int idx, int kind) override
147 {
148 Title title;
149 if (!catalogTitle(idx, title)) {
150 return "";
151 }
152 BackupTarget target = title.backup(kind == 0 ? BackupKind::Save : BackupKind::Extdata);
153 return StringUtils::UTF16toUTF8(target.rootPath());
154 }
155
156 int savOpen(int titleIdx, int kind) override
157 {

Callers 1

ckpt_title_backup_pathFunction · 0.45

Calls 2

rootPathMethod · 0.80
backupMethod · 0.45

Tested by

no test coverage detected