vfs: fix typo in StfsContentType enum

This commit is contained in:
tgsm 2017-02-21 22:25:53 -05:00
parent 2acee08590
commit cd28fb9a0e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ enum class StfsContentType : uint32_t {
kCacheFile = 0x00040000,
kCommunityGame = 0x02000000,
kGameDemo = 0x00080000,
kGamerPictuer = 0x00020000,
kGamerPicture = 0x00020000,
kGameTitle = 0x000A0000,
kGameTrailer = 0x000C0000,
kGameVideo = 0x00400000,