aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/fs/archive.h
diff options
context:
space:
mode:
authorGravatar Subv <subv2112@gmail.com>2014-12-31 19:36:50 -0500
committerGravatar Subv <subv2112@gmail.com>2015-01-02 21:13:53 -0500
commit13efbdc2014177b84cae82e522b191e2f2f022df (patch)
tree836870810adfc1e5a5ae574c59cb446ce7ae1880 /src/core/hle/service/fs/archive.h
parent3d9bf134399665124b3d3c65d7357c177bf2097e (diff)
SaveDataCheck: Preliminary work in this archive.
This allows Steel Diver to boot further, some files are needed. This is still not ready and needs a big cleanup, this will possibly be delayed until the way we handle archives is fixed (with factory classes instead of ahead-of-time creation of archives)
Diffstat (limited to 'src/core/hle/service/fs/archive.h')
-rw-r--r--src/core/hle/service/fs/archive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/fs/archive.h b/src/core/hle/service/fs/archive.h
index c23b8cc4..f2e4e4a5 100644
--- a/src/core/hle/service/fs/archive.h
+++ b/src/core/hle/service/fs/archive.h
@@ -22,6 +22,7 @@ enum class ArchiveIdCode : u32 {
SystemSaveData = 0x00000008,
SDMC = 0x00000009,
SDMCWriteOnly = 0x0000000A,
+ SaveDataCheck = 0x2345678A,
};
typedef u64 ArchiveHandle;