diff options
author | wwylele <wwylele@gmail.com> | 2017-02-10 16:15:26 +0100 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-02-13 12:57:38 +0100 |
commit | 20544977dab5b00a86c73572b94e7e75a7499f7a (patch) | |
tree | 1c5f2e443a8c73d70cfbf52b0e5783f99d831802 /src/core/hle | |
parent | file_sys: add Self NCCH archive (diff) | |
download | yuzu-20544977dab5b00a86c73572b94e7e75a7499f7a.tar yuzu-20544977dab5b00a86c73572b94e7e75a7499f7a.tar.gz yuzu-20544977dab5b00a86c73572b94e7e75a7499f7a.tar.bz2 yuzu-20544977dab5b00a86c73572b94e7e75a7499f7a.tar.lz yuzu-20544977dab5b00a86c73572b94e7e75a7499f7a.tar.xz yuzu-20544977dab5b00a86c73572b94e7e75a7499f7a.tar.zst yuzu-20544977dab5b00a86c73572b94e7e75a7499f7a.zip |
Diffstat (limited to 'src/core/hle')
-rw-r--r-- | src/core/hle/service/fs/archive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/fs/archive.h b/src/core/hle/service/fs/archive.h index 519c1f3a9..2ea956e0b 100644 --- a/src/core/hle/service/fs/archive.h +++ b/src/core/hle/service/fs/archive.h @@ -26,7 +26,7 @@ namespace FS { /// Supported archive types enum class ArchiveIdCode : u32 { - RomFS = 0x00000003, + SelfNCCH = 0x00000003, SaveData = 0x00000004, ExtSaveData = 0x00000006, SharedExtSaveData = 0x00000007, |