From 7adefdce76b70171afd35261fd168f3d672a8233 Mon Sep 17 00:00:00 2001 From: Date: Mon, 3 Jul 2017 12:15:13 -0500 Subject: [PATCH 1/2] Remove -fomit-frame-pointer --- make_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_base b/make_base index 17b048b..4606a97 100644 --- a/make_base +++ b/make_base @@ -343,7 +343,7 @@ else ifeq ($(TARGET_OS),3ds) endif LD_FLAGS += -specs=3dsx.specs - COMMON_CC_FLAGS += -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft -DARM11 -D_3DS + COMMON_CC_FLAGS += -mword-relocations -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft -DARM11 -D_3DS _3DSXTOOL_FLAGS := COMMON_MAKEROM_FLAGS := -rsf $(BUILDTOOLS_DIR)/3ds/template.rsf -target t -exefslogo -icon $(TARGET_BUILD_DIR)/icon.icn -banner $(TARGET_BUILD_DIR)/banner.bnr -major $(VERSION_MAJOR) -minor $(VERSION_MINOR) -micro $(VERSION_MICRO) -DAPP_TITLE="$(TITLE)" -DAPP_PRODUCT_CODE="$(PRODUCT_CODE)" -DAPP_UNIQUE_ID="$(UNIQUE_ID)" -DAPP_SYSTEM_MODE="$(SYSTEM_MODE)" -DAPP_SYSTEM_MODE_EXT="$(SYSTEM_MODE_EXT)" -DAPP_CATEGORY="$(CATEGORY)" -DAPP_USE_ON_SD="$(USE_ON_SD)" -DAPP_MEMORY_TYPE="$(MEMORY_TYPE)" -DAPP_CPU_SPEED="$(CPU_SPEED)" -DAPP_ENABLE_L2_CACHE="$(ENABLE_L2_CACHE)" -DAPP_VERSION_MAJOR="$(VERSION_MAJOR)" From 3ba0bc1c3dc8da8c9000e46af02a6bb7591d6c66 Mon Sep 17 00:00:00 2001 From: Mahyar Koshkouei Date: Sun, 20 Aug 2017 14:39:11 +0100 Subject: [PATCH 2/2] Add HWC to Service List Projects using buildtools will now be able to use functions that the HWC service provides as explained here: https://3dbrew.org/wiki/MCU_Services#MCU_service_.22mcu::HWC.22 Signed-off-by: Mahyar Koshkouei --- 3ds/template.rsf | 1 + 1 file changed, 1 insertion(+) diff --git a/3ds/template.rsf b/3ds/template.rsf index e441aa0..e89849d 100644 --- a/3ds/template.rsf +++ b/3ds/template.rsf @@ -229,6 +229,7 @@ AccessControlInfo: - ir:u - ir:USER - mic:u + - mcu::HWC - ndm:u - news:s - nwm::EXT