mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32: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
|
||||
endif
|
||||
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
|
||||
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
|
||||
|
@ -38,7 +38,7 @@
|
||||
(((v) % (a)) ? ((v) + (a) - ((v) % (a))) : (v))
|
||||
|
||||
// GodMode9 version
|
||||
#define VERSION "0.9.1"
|
||||
#define VERSION "0.9.2"
|
||||
|
||||
// input / output paths
|
||||
#define INPUT_PATHS "0:", "0:/files9", "1:/rw/files9"
|
Loading…
x
Reference in New Issue
Block a user