Merge pull request #674 from tgsm/vfs-fixes

vfs: fix a typo & dead link
This commit is contained in:
Justin Moore 2017-02-21 21:54:13 -06:00 committed by GitHub
commit d4a14e8a49
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
namespace xe {
namespace vfs {
// http://www.free60.org/STFS
// http://www.free60.org/wiki/STFS
enum class StfsPackageType {
kCon,
@ -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,