Move gamecart files to their own folder
Preparation for splitting them up into multiple files
This commit is contained in:
parent
bc5aa24d4f
commit
de5f58b7a0
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ include $(DEVKITARM)/3ds_rules
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
export TARGET := $(shell basename $(CURDIR))
|
export TARGET := $(shell basename $(CURDIR))
|
||||||
BUILD := build
|
BUILD := build
|
||||||
SOURCES := source source/fatfs
|
SOURCES := source source/fatfs source/gamecart
|
||||||
DATA := data
|
DATA := data
|
||||||
INCLUDES := source
|
INCLUDES := source
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include "framebuffer.h"
|
#include "framebuffer.h"
|
||||||
#include "hid.h"
|
#include "hid.h"
|
||||||
#include "fatfs/ff.h"
|
#include "fatfs/ff.h"
|
||||||
#include "gamecart.h"
|
#include "gamecart/gamecart.h"
|
||||||
|
|
||||||
extern s32 CartID;
|
extern s32 CartID;
|
||||||
extern s32 CartID2;
|
extern s32 CartID2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user