We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79cc60 commit 9128aa1Copy full SHA for 9128aa1
source/fs.c
@@ -316,7 +316,7 @@ Result FS_SetArchiveBit(FsFileSystem *fs, const char *path) {
316
char temp_path[FS_MAX_PATH];
317
snprintf(temp_path, FS_MAX_PATH, path);
318
319
- if (R_FAILED(ret = FS_SetArchiveBit(fs, temp_path))) {
+ if (R_FAILED(ret = fsdevSetConcatenationFileAttribute(temp_path))) {
320
if (config.dev_options)
321
DEBUG_LOG("FS_SetArchiveBit(%s) failed: 0x%lx\n", temp_path, ret);
322
0 commit comments