summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/filesystem.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-03-20 03:17:15 +0100
committerSubv <subv2112@gmail.com>2018-03-20 03:17:15 +0100
commitc4ca802b9dc7f0d3f3aed5aa937240bf85370c15 (patch)
tree12199ad7acfb7b1b886eda7ad01d968e10c9051c /src/core/hle/service/filesystem/filesystem.h
parentMerge pull request #251 from Subv/tic_tsc (diff)
downloadyuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.tar
yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.tar.gz
yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.tar.bz2
yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.tar.lz
yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.tar.xz
yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.tar.zst
yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.zip
Diffstat (limited to 'src/core/hle/service/filesystem/filesystem.h')
-rw-r--r--src/core/hle/service/filesystem/filesystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.h b/src/core/hle/service/filesystem/filesystem.h
index 8d30e94a1..56d26146e 100644
--- a/src/core/hle/service/filesystem/filesystem.h
+++ b/src/core/hle/service/filesystem/filesystem.h
@@ -26,6 +26,7 @@ namespace FileSystem {
enum class Type {
RomFS = 1,
SaveData = 2,
+ SDMC = 3,
};
/**