diff --git a/src/xenia/vfs/devices/stfs_container_device.h b/src/xenia/vfs/devices/stfs_container_device.h index 5a50d721c..47586e246 100644 --- a/src/xenia/vfs/devices/stfs_container_device.h +++ b/src/xenia/vfs/devices/stfs_container_device.h @@ -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,