Move gamecart files to their own folder

Preparation for splitting them up into multiple files
This commit is contained in:
archshift 2015-05-10 00:31:52 -07:00
parent bc5aa24d4f
commit de5f58b7a0
5 changed files with 18 additions and 18 deletions

View File

@ -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

View File

@ -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;