3 Commits

Author SHA1 Message Date
877e40b073 Update Makefile.linux
All checks were successful
Build (3DS) / build (push) Successful in 2m6s
Signed-off-by: angel <angel@sillyangel.dev>
2025-12-09 09:11:28 -06:00
88026628ea fix: url
Some checks failed
Build (3DS) / build (push) Failing after 57s
2025-12-07 16:49:58 -06:00
87669c74a5 feat: add unistore configuration and spritesheet assets for mice music player
Some checks failed
Build (3DS) / build (push) Has been cancelled
2025-12-07 16:49:20 -06:00
5 changed files with 49 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ else
HOST_ARCH := x86_64 HOST_ARCH := x86_64
else ifeq ($(UNAME_M),$(filter $(UNAME_M),i386 i686)) else ifeq ($(UNAME_M),$(filter $(UNAME_M),i386 i686))
HOST_ARCH := i686 HOST_ARCH := i686
else ifeq ($(UNAME_M),$(filter $(UNAME_M),aarch64 arm64))
HOST_ARCH := arm64
else else
$(error "Unsupported host architecture.") $(error "Unsupported host architecture.")
endif endif

44
unistore/mice.unistore Normal file
View File

@@ -0,0 +1,44 @@
{
"storeInfo": {
"title": "mice unistore",
"author": "sillyangel",
"description": "A music player for the Nintendo 3DS",
"url": "https://git.sillyangel.dev/angel/mice-3ds/raw/branch/master/unistore/mice.unistore",
"file": "mice.unistore",
"sheetURL": "https://git.sillyangel.dev/angel/mice-3ds/raw/branch/master/unistore/spritesheet/sheet.t3x",
"sheet": "sheet.t3x",
"version": 4,
"revision": 0
},
"storeContent": [
{
"info": {
"title": "mice",
"author": "sillyangel",
"description": "A music player for the Nintendo 3DS. Plays PCM WAV, AIFF, FLAC, Opus, Vorbis and MP3 files.",
"category": ["utility", "music"],
"console": ["3DS"],
"icon_index": 0,
"sheet_index": 0,
"last_updated": "2025-12-07 at 00:00 (UTC)",
"license": "gpl-3.0",
"version": "dev63"
}
"mice.cia": [
{
"type": "downloadFile",
"file": "hhttps://git.sillyangel.dev/angel/mice-3ds/releases/download/latest/mice.cia",
"output": "sdmc:/mice.cia"
},
{
"type": "installCia",
"file": "/mice.cia"
},
{
"type": "deleteFile",
"file": "sdmc:/mice.cia"
}
],
}
]
}

BIN
unistore/spritesheet/0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,3 @@
--atlas -f rgba -z auto
0.png

Binary file not shown.