summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2017-07-02 21:23:00 +0200
committerLéo Lam <leo@innovatetechnologi.es>2017-07-21 17:42:59 +0800
commit5b09657a1fee073d6290105fefcf538b10b05fd6 (patch)
treeb922213cf72c6c8b28f76c5c27dd31a62464278d /Source
parent5cbbe2dda24e1a099003e2c95641c4e86a914725 (diff)
ESFormats: Add entry for unknown title flag
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/IOS/ES/Formats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Core/IOS/ES/Formats.h b/Source/Core/Core/IOS/ES/Formats.h
index 5f01e7eef6..f1d3a0c83a 100644
--- a/Source/Core/Core/IOS/ES/Formats.h
+++ b/Source/Core/Core/IOS/ES/Formats.h
@@ -49,6 +49,8 @@ enum TitleFlags : u32
TITLE_TYPE_0x4 = 0x4,
// Used for DLC titles.
TITLE_TYPE_DATA = 0x8,
+ // Unknown.
+ TITLE_TYPE_0x10 = 0x10,
// Appears to be used for WFS titles.
TITLE_TYPE_WFS_MAYBE = 0x20,
// Unknown.