vfs: fix typo in StfsContentType enum
This commit is contained in:
parent
2acee08590
commit
cd28fb9a0e
|
@ -33,7 +33,7 @@ enum class StfsContentType : uint32_t {
|
||||||
kCacheFile = 0x00040000,
|
kCacheFile = 0x00040000,
|
||||||
kCommunityGame = 0x02000000,
|
kCommunityGame = 0x02000000,
|
||||||
kGameDemo = 0x00080000,
|
kGameDemo = 0x00080000,
|
||||||
kGamerPictuer = 0x00020000,
|
kGamerPicture = 0x00020000,
|
||||||
kGameTitle = 0x000A0000,
|
kGameTitle = 0x000A0000,
|
||||||
kGameTrailer = 0x000C0000,
|
kGameTrailer = 0x000C0000,
|
||||||
kGameVideo = 0x00400000,
|
kGameVideo = 0x00400000,
|
||||||
|
|
Loading…
Reference in New Issue