mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
though it is -> if it were
This commit is contained in:
parent
0d0c080908
commit
776e313413
@ -206,7 +206,7 @@ Result fsFsQueryEntry(FsFileSystem* fs, void *out, size_t out_size, const void *
|
||||
void fsFsClose(FsFileSystem* fs);
|
||||
|
||||
/// Uses fsFsQueryEntry to set the archive bit on the specified absolute directory path.
|
||||
/// This will cause HOS to treat the directory as though it is a file containing the directory's concatenated contents.
|
||||
/// This will cause HOS to treat the directory as if it were a file containing the directory's concatenated contents.
|
||||
Result fsFsSetArchiveBit(FsFileSystem* fs, const char *path);
|
||||
|
||||
// IFile
|
||||
|
Loading…
Reference in New Issue
Block a user