Change fusee folder naming

This commit is contained in:
Michael Scire
2018-04-07 21:44:32 -06:00
parent 2c7d6dc9b7
commit 18f1274587
171 changed files with 12 additions and 12 deletions

View File

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

View File

@@ -6,7 +6,7 @@ endif
include $(DEVKITARM)/base_tools
name := fusee-loader
name := fusee-primary
dir_source := src
dir_build := build

View File

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