slot2_gbagame: fix include path of path.h
This commit is contained in:
parent
7312b2844d
commit
fb317f2717
|
@ -22,7 +22,7 @@
|
||||||
#include "../mem.h"
|
#include "../mem.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "../MMU.h"
|
#include "../MMU.h"
|
||||||
#include "path.h"
|
#include "../path.h"
|
||||||
|
|
||||||
//SRAM is going to be stored just above the rom.
|
//SRAM is going to be stored just above the rom.
|
||||||
//that is convenient for us, since it mirrors the nds memory map
|
//that is convenient for us, since it mirrors the nds memory map
|
||||||
|
|
Loading…
Reference in New Issue