* Visual Studio fixes (requires VS2013 at the minimum)

This commit is contained in:
2014-12-28 20:46:43 -08:00
parent f322f1d7e7
commit 097a507bd0
37 changed files with 168 additions and 99 deletions

View File

@@ -18,6 +18,8 @@
namespace Athena
{
const char MCFile::VERSION_EU_JP[33] = "AGBZELDA:THE MINISH CAP:ZELDA 3\0";
const char MCFile::VERSION_US[33] = "AGBZELDA:THE MINISH CAP:ZELDA 5\0";
MCFile::MCFile()
{
}
@@ -38,7 +40,7 @@ atUint8* reverse(atUint8* data, atUint32 length)
return data;
}
atUint8* MCFile::unscramble(atUint8* data, atUint32 length)
atUint8* MCFile::unscramble(atUint8* data, atUint64 length)
{
if (!data)
return nullptr;