mirror of
https://github.com/DarkStore-3DS/buildtools.git
synced 2026-07-03 00:39:37 +00:00
Switch to homebrew 3DS logo, use devkitPPC Wii U support.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
BasicInfo:
|
BasicInfo:
|
||||||
Title : $(APP_TITLE)
|
Title : $(APP_TITLE)
|
||||||
ProductCode : $(APP_PRODUCT_CODE)
|
ProductCode : $(APP_PRODUCT_CODE)
|
||||||
Logo : Nintendo # Nintendo / Licensed / Distributed / iQue / iQueForSystem
|
Logo : Homebrew
|
||||||
|
|
||||||
RomFs:
|
RomFs:
|
||||||
RootPath: $(APP_ROMFS)
|
RootPath: $(APP_ROMFS)
|
||||||
|
|||||||
@@ -370,8 +370,8 @@ else ifeq ($(TARGET_OS),wiiu)
|
|||||||
OUTPUT_FILES := $(TARGET_OUTPUT_DIR)/wiiu/apps/$(STRIPPED_NAME)/$(STRIPPED_NAME).elf $(TARGET_OUTPUT_DIR)/wiiu/apps/$(STRIPPED_NAME)/meta.xml $(TARGET_OUTPUT_DIR)/wiiu/apps/$(STRIPPED_NAME)/icon.png
|
OUTPUT_FILES := $(TARGET_OUTPUT_DIR)/wiiu/apps/$(STRIPPED_NAME)/$(STRIPPED_NAME).elf $(TARGET_OUTPUT_DIR)/wiiu/apps/$(STRIPPED_NAME)/meta.xml $(TARGET_OUTPUT_DIR)/wiiu/apps/$(STRIPPED_NAME)/icon.png
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LD_FLAGS += -T $(BUILDTOOLS_DIR)/wiiu/wiiu.ld -Wl,-d,--gc-sections
|
LD_FLAGS += -Wl,-d,--gc-sections
|
||||||
COMMON_CC_FLAGS += -mrvl -mcpu=750 -meabi -mhard-float -ffast-math -DPPC -DWIIU
|
COMMON_CC_FLAGS += -mwup -mcpu=750 -meabi -mhard-float -ffast-math -DESPRESSO -DWIIU
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# FINAL COMMON SETUP #
|
# FINAL COMMON SETUP #
|
||||||
|
|||||||
Reference in New Issue
Block a user