Fix mispelling of MMU.h.
This commit is contained in:
parent
384c6bca66
commit
f71a1ae89c
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#include "../addons.h"
|
#include "../addons.h"
|
||||||
#include "../registers.h"
|
#include "../registers.h"
|
||||||
#include "../mmu.h"
|
#include "../MMU.h"
|
||||||
#include "../NDSSystem.h"
|
#include "../NDSSystem.h"
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#include "../addons.h"
|
#include "../addons.h"
|
||||||
#include "../registers.h"
|
#include "../registers.h"
|
||||||
#include "../mmu.h"
|
#include "../MMU.h"
|
||||||
#include "../NDSSystem.h"
|
#include "../NDSSystem.h"
|
||||||
|
|
||||||
static void info(char *info) { strcpy(info, "Slot1 Retail card emulation"); }
|
static void info(char *info) { strcpy(info, "Slot1 Retail card emulation"); }
|
||||||
|
|
Loading…
Reference in New Issue