summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_systemsavedata.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2014-12-18 15:06:37 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2014-12-24 02:49:48 +0100
commitbbe0bf133252c75ce2485aebc6eb5a7c497fe5ad (patch)
tree898d540f9e12b684d691e954c3653cccda3a8949 /src/core/file_sys/archive_systemsavedata.h
parentMerge pull request #328 from archshift/writeable (diff)
downloadyuzu-bbe0bf133252c75ce2485aebc6eb5a7c497fe5ad.tar
yuzu-bbe0bf133252c75ce2485aebc6eb5a7c497fe5ad.tar.gz
yuzu-bbe0bf133252c75ce2485aebc6eb5a7c497fe5ad.tar.bz2
yuzu-bbe0bf133252c75ce2485aebc6eb5a7c497fe5ad.tar.lz
yuzu-bbe0bf133252c75ce2485aebc6eb5a7c497fe5ad.tar.xz
yuzu-bbe0bf133252c75ce2485aebc6eb5a7c497fe5ad.tar.zst
yuzu-bbe0bf133252c75ce2485aebc6eb5a7c497fe5ad.zip
Diffstat (limited to 'src/core/file_sys/archive_systemsavedata.h')
-rw-r--r--src/core/file_sys/archive_systemsavedata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_systemsavedata.h b/src/core/file_sys/archive_systemsavedata.h
index 443e27091..55d85193c 100644
--- a/src/core/file_sys/archive_systemsavedata.h
+++ b/src/core/file_sys/archive_systemsavedata.h
@@ -15,7 +15,7 @@
namespace FileSys {
/// File system interface to the SystemSaveData archive
-/// TODO(Subv): This archive should point to a location in the NAND,
+/// TODO(Subv): This archive should point to a location in the NAND,
/// specifically nand:/data/<ID0>/sysdata/<SaveID-Low>/<SaveID-High>
class Archive_SystemSaveData final : public DiskArchive {
public: