Fix mispelling of MMU.h.

This commit is contained in:
riccardom 2010-07-21 06:47:07 +00:00
parent 384c6bca66
commit f71a1ae89c
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#include "../addons.h"
#include "../registers.h"
#include "../mmu.h"
#include "../MMU.h"
#include "../NDSSystem.h"
#include <time.h>

View File

@ -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"); }