Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 877e40b073 | |||
|
88026628ea
|
|||
|
87669c74a5
|
@@ -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
44
unistore/mice.unistore
Normal 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
BIN
unistore/spritesheet/0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
3
unistore/spritesheet/sheet.t3s
Normal file
3
unistore/spritesheet/sheet.t3s
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
--atlas -f rgba -z auto
|
||||||
|
|
||||||
|
0.png
|
||||||
BIN
unistore/spritesheet/sheet.t3x
Normal file
BIN
unistore/spritesheet/sheet.t3x
Normal file
Binary file not shown.
Reference in New Issue
Block a user