From f71a1ae89c0e5d7bc3ad16733f4c48f3c404e902 Mon Sep 17 00:00:00 2001 From: riccardom Date: Wed, 21 Jul 2010 06:47:07 +0000 Subject: [PATCH] Fix mispelling of MMU.h. --- desmume/src/addons/slot1_r4.cpp | 2 +- desmume/src/addons/slot1_retail.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desmume/src/addons/slot1_r4.cpp b/desmume/src/addons/slot1_r4.cpp index 93589b98f..c91dc5346 100644 --- a/desmume/src/addons/slot1_r4.cpp +++ b/desmume/src/addons/slot1_r4.cpp @@ -19,7 +19,7 @@ #include "../addons.h" #include "../registers.h" -#include "../mmu.h" +#include "../MMU.h" #include "../NDSSystem.h" #include diff --git a/desmume/src/addons/slot1_retail.cpp b/desmume/src/addons/slot1_retail.cpp index 1c8dcc2d3..e7b7a5016 100644 --- a/desmume/src/addons/slot1_retail.cpp +++ b/desmume/src/addons/slot1_retail.cpp @@ -19,7 +19,7 @@ #include "../addons.h" #include "../registers.h" -#include "../mmu.h" +#include "../MMU.h" #include "../NDSSystem.h" static void info(char *info) { strcpy(info, "Slot1 Retail card emulation"); }