Change fusee folder naming
This commit is contained in:
@@ -9,9 +9,9 @@ include $(DEVKITARM)/base_tools
|
||||
dir_source := src
|
||||
dir_out := out
|
||||
dir_exosphere := ../exosphere
|
||||
dir_main := fusee
|
||||
dir_loader := fusee-loader
|
||||
dir_stage1 := fusee-stage1
|
||||
dir_main := fusee-tertiary
|
||||
dir_loader := fusee-secondary
|
||||
dir_stage1 := fusee-primary
|
||||
|
||||
ARCH := -march=armv4t -mtune=arm7tdmi -mthumb -mthumb-interwork
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ endif
|
||||
|
||||
include $(DEVKITARM)/base_tools
|
||||
|
||||
name := fusee-loader
|
||||
name := fusee-primary
|
||||
|
||||
dir_source := src
|
||||
dir_build := build
|
||||
@@ -6,7 +6,7 @@ endif
|
||||
|
||||
include $(DEVKITARM)/base_tools
|
||||
|
||||
name := fusee
|
||||
name := fusee-secondary
|
||||
|
||||
dir_source := src
|
||||
dir_build := build
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user