YAY
Some checks failed
Build (3DS) / build (push) Failing after 1m13s

This commit is contained in:
2025-12-06 23:47:15 +00:00
committed by GitHub
parent ecac9e6064
commit 285351e982
17 changed files with 800 additions and 26 deletions

View File

@@ -39,7 +39,7 @@ endif
# COMMON CONFIGURATION #
NAME := ctrmus
NAME := mice
BUILD_DIR := build
OUTPUT_DIR := output
@@ -64,10 +64,10 @@ VERSION_MICRO := $(word 3, $(VERSION_PARTS))
# 3DS CONFIGURATION #
TITLE := $(NAME)
DESCRIPTION := 3DS Music Player
AUTHOR := Deltabeard
PRODUCT_CODE := CTR-P-CMUS
UNIQUE_ID := 0xFF3CC
DESCRIPTION := local files music player
AUTHOR := sillyangel
PRODUCT_CODE := CTR-P-MICE
UNIQUE_ID := 0xFB1CE
SYSTEM_MODE := 64MB
SYSTEM_MODE_EXT := Legacy
@@ -81,4 +81,7 @@ ICON := meta/icon.png
# INTERNAL #
# Auto-increment version before build
$(shell ./increment_version.sh >/dev/null 2>&1)
include buildtools/make_base