Merge pull request #1344 from cxd4/mempak_h

Fix recent compile errors regarding mempak header.
This commit is contained in:
zilmar 2017-07-31 17:49:47 +10:00 committed by GitHub
commit aa27c2fec9
4 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
* *
****************************************************************************/
#include "stdafx.h"
#include "Mempak.H"
#include "Mempak.h"
#include <stdio.h>
#include <Common/path.h>

View File

@ -19,7 +19,7 @@
#include <Project64-core/N64System/N64Class.h>
#include <Project64-core/N64System/Mips/Transferpak.h>
#include <Project64-core/N64System/Mips/Rumblepak.h>
#include <Project64-core/N64System/Mips/Mempak.H>
#include <Project64-core/N64System/Mips/Mempak.h>
#include <Project64-core/Logging.h>
int32_t CPifRamSettings::m_RefCount = 0;

View File

@ -13,7 +13,7 @@
#include <Project64-core/3rdParty/zip.h>
#include <Project64-core/N64System/Recompiler/RecompilerCodeLog.h>
#include <Project64-core/N64System/SystemGlobals.h>
#include <Project64-core/N64System/Mips/Mempak.H>
#include <Project64-core/N64System/Mips/Mempak.h>
#include <Project64-core/N64System/Mips/Transferpak.h>
#include <Project64-core/N64System/Interpreter/InterpreterCPU.h>
#include <Project64-core/N64System/Mips/OpcodeName.h>