Source code reorganization

This commit is contained in:
d0k3 2016-12-26 18:15:01 +01:00
parent 73eff94484
commit 0c72ff3ffa
12 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ ifeq ($(MODE),safe)
export TARGET := SafeMode9 export TARGET := SafeMode9
endif endif
BUILD := build BUILD := build
SOURCES := source source/fs source/crypto source/fatfs source/nand source/virtual source/game source/abstraction SOURCES := source source/common source/fs source/crypto source/fatfs source/nand source/virtual source/game source/abstraction
DATA := data DATA := data
INCLUDES := source source/font source/fs source/crypto source/fatfs source/nand source/virtual source/game INCLUDES := source source/common source/font source/fs source/crypto source/fatfs source/nand source/virtual source/game
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation

View File

@ -38,7 +38,7 @@
(((v) % (a)) ? ((v) + (a) - ((v) % (a))) : (v)) (((v) % (a)) ? ((v) + (a) - ((v) % (a))) : (v))
// GodMode9 version // GodMode9 version
#define VERSION "0.9.1" #define VERSION "0.9.2"
// input / output paths // input / output paths
#define INPUT_PATHS "0:", "0:/files9", "1:/rw/files9" #define INPUT_PATHS "0:", "0:/files9", "1:/rw/files9"