diff --git a/nx/include/switch/runtime/devices/fs_dev.h b/nx/include/switch/runtime/devices/fs_dev.h index ff6dbec2..5f4b9e99 100644 --- a/nx/include/switch/runtime/devices/fs_dev.h +++ b/nx/include/switch/runtime/devices/fs_dev.h @@ -54,5 +54,5 @@ Result fsdevDeleteDirectoryRecursively(const char *path); /// Unmounts all devices and cleans up any resources used by the FS driver. Result fsdevUnmountAll(void); -/// Gets the last error returned by fsdev. +/// Retrieves the last native result code generated during a failed fsdev operation. Result fsdevGetLastResult(void);