mirror of
https://github.com/DarkStore-3DS/buildtools.git
synced 2026-07-03 00:39:37 +00:00
Default to 268MHz.
This commit is contained in:
@@ -281,7 +281,7 @@ else ifeq ($(TARGET_OS),3ds)
|
|||||||
CATEGORY ?= Application
|
CATEGORY ?= Application
|
||||||
USE_ON_SD ?= true
|
USE_ON_SD ?= true
|
||||||
MEMORY_TYPE ?= Application
|
MEMORY_TYPE ?= Application
|
||||||
CPU_SPEED ?= 804MHz
|
CPU_SPEED ?= 268MHz
|
||||||
ENABLE_L2_CACHE ?= true
|
ENABLE_L2_CACHE ?= true
|
||||||
|
|
||||||
AR := $(DEVKITARM)/bin/arm-none-eabi-ar
|
AR := $(DEVKITARM)/bin/arm-none-eabi-ar
|
||||||
|
|||||||
Reference in New Issue
Block a user