diff options
Diffstat (limited to 'Source/Core/DiscIO/Src/FileHandlerARC.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/FileHandlerARC.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DiscIO/Src/FileHandlerARC.cpp b/Source/Core/DiscIO/Src/FileHandlerARC.cpp index faa43147c0..322d5e6973 100644 --- a/Source/Core/DiscIO/Src/FileHandlerARC.cpp +++ b/Source/Core/DiscIO/Src/FileHandlerARC.cpp @@ -144,8 +144,8 @@ CARCFile::ParseBuffer() // read header
u32 FSTOffset = Common::swap32(*(u32*)(m_pBuffer + 0x4));
- u32 FSTSize = Common::swap32(*(u32*)(m_pBuffer + 0x8));
- u32 FileOffset = Common::swap32(*(u32*)(m_pBuffer + 0xC));
+ //u32 FSTSize = Common::swap32(*(u32*)(m_pBuffer + 0x8));
+ //u32 FileOffset = Common::swap32(*(u32*)(m_pBuffer + 0xC));
// read all file infos
SFileInfo Root;
|
