slot2_gbagame: fix include path of path.h

This commit is contained in:
riccardom 2011-04-19 07:00:15 +00:00
parent 7312b2844d
commit fb317f2717
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include "../mem.h"
#include <string.h>
#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