Build fix for case sensitive platforms.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6578 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4780c8f6dd
commit
e4ed7dab22
|
@ -24,7 +24,7 @@
|
|||
#include "../PowerPC/PowerPC.h"
|
||||
|
||||
#include "EXI.h"
|
||||
#include "sram.h"
|
||||
#include "Sram.h"
|
||||
SRAM g_SRAM;
|
||||
|
||||
namespace ExpansionInterface
|
||||
|
|
Loading…
Reference in New Issue