From cd28fb9a0e80f568f28003f2dfce5ba5f1847472 Mon Sep 17 00:00:00 2001 From: tgsm Date: Tue, 21 Feb 2017 22:25:53 -0500 Subject: [PATCH] vfs: fix typo in StfsContentType enum --- src/xenia/vfs/devices/stfs_container_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,