summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/file_sdmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/file_sys/file_sdmc.h')
-rw-r--r--src/core/file_sys/file_sdmc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/file_sys/file_sdmc.h b/src/core/file_sys/file_sdmc.h
index d23020494..6b3a1f3a5 100644
--- a/src/core/file_sys/file_sdmc.h
+++ b/src/core/file_sys/file_sdmc.h
@@ -48,6 +48,13 @@ public:
size_t GetSize() const override;
/**
+ * Set the size of the file in bytes
+ * @param size New size of the file
+ * @return true if successful
+ */
+ bool SetSize(const u64 size) const override;
+
+ /**
* Close the file
* @return true if the file closed correctly
*/