From fb317f2717f1a419fb33fba949cf4afcf8d7a846 Mon Sep 17 00:00:00 2001 From: riccardom Date: Tue, 19 Apr 2011 07:00:15 +0000 Subject: [PATCH] slot2_gbagame: fix include path of path.h --- desmume/src/addons/slot2_gbagame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/addons/slot2_gbagame.cpp b/desmume/src/addons/slot2_gbagame.cpp index 2cba25268..bcc345141 100644 --- a/desmume/src/addons/slot2_gbagame.cpp +++ b/desmume/src/addons/slot2_gbagame.cpp @@ -22,7 +22,7 @@ #include "../mem.h" #include #include "../MMU.h" -#include "path.h" +#include "../path.h" //SRAM is going to be stored just above the rom. //that is convenient for us, since it mirrors the nds memory map