mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Source code reorganization
This commit is contained in:
parent
73eff94484
commit
0c72ff3ffa
4
Makefile
4
Makefile
@ -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
|
||||||
|
@ -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"
|
Loading…
x
Reference in New Issue
Block a user