mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-08 20:21:56 -04:00
New 3DS banner sound, move 3DS data to packaging (#605)
* New 3DS banner sound * move 3DS CIA data to packaging/3ds
This commit is contained in:
parent
7cf24ae358
commit
ee6e230a4d
@ -779,7 +779,7 @@ if(NINTENDO_3DS)
|
|||||||
DESCRIPTION "LEGO Island for the Nintendo 3DS"
|
DESCRIPTION "LEGO Island for the Nintendo 3DS"
|
||||||
AUTHOR "isledecomp/isle-portable"
|
AUTHOR "isledecomp/isle-portable"
|
||||||
VERSION "${PROJECT_VERSION}"
|
VERSION "${PROJECT_VERSION}"
|
||||||
ICON "ISLE/res/3ds/icon.png"
|
ICON "${CMAKE_SOURCE_DIR}/packaging/3ds/icon.png"
|
||||||
)
|
)
|
||||||
|
|
||||||
ctr_create_3dsx(isle SMDH isle.smdh)
|
ctr_create_3dsx(isle SMDH isle.smdh)
|
||||||
@ -787,10 +787,10 @@ if(NINTENDO_3DS)
|
|||||||
add_custom_command(
|
add_custom_command(
|
||||||
OUTPUT "isle.bnr"
|
OUTPUT "isle.bnr"
|
||||||
COMMAND "${BANNERTOOL}" makebanner
|
COMMAND "${BANNERTOOL}" makebanner
|
||||||
-i "${CMAKE_SOURCE_DIR}/ISLE/res/3ds/banner.png"
|
-i "${CMAKE_SOURCE_DIR}/packaging/3ds/banner.png"
|
||||||
-a "${CMAKE_SOURCE_DIR}/ISLE/res/3ds/banner.wav"
|
-a "${CMAKE_SOURCE_DIR}/packaging/3ds/banner.wav"
|
||||||
-o "isle.bnr"
|
-o "isle.bnr"
|
||||||
DEPENDS "${CMAKE_SOURCE_DIR}/ISLE/res/3ds/banner.png" "${CMAKE_SOURCE_DIR}/ISLE/res/3ds/banner.wav"
|
DEPENDS "${CMAKE_SOURCE_DIR}/packaging/3ds/banner.png" "${CMAKE_SOURCE_DIR}/packaging/3ds/banner.wav"
|
||||||
VERBATIM
|
VERBATIM
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -800,14 +800,14 @@ if(NINTENDO_3DS)
|
|||||||
-f cia
|
-f cia
|
||||||
-exefslogo
|
-exefslogo
|
||||||
-o "isle.cia"
|
-o "isle.cia"
|
||||||
-rsf "${CMAKE_SOURCE_DIR}/ISLE/res/3ds/template.rsf"
|
-rsf "${CMAKE_SOURCE_DIR}/packaging/3ds/template.rsf"
|
||||||
-major "${CMAKE_PROJECT_VERSION_MAJOR}"
|
-major "${CMAKE_PROJECT_VERSION_MAJOR}"
|
||||||
-minor "${CMAKE_PROJECT_VERSION_MINOR}"
|
-minor "${CMAKE_PROJECT_VERSION_MINOR}"
|
||||||
-micro 0
|
-micro 0
|
||||||
-icon "isle.smdh"
|
-icon "isle.smdh"
|
||||||
-banner "isle.bnr"
|
-banner "isle.bnr"
|
||||||
-elf "isle.elf"
|
-elf "isle.elf"
|
||||||
DEPENDS "${CMAKE_SOURCE_DIR}/ISLE/res/3ds/template.rsf" "isle.smdh" "isle.bnr"
|
DEPENDS "${CMAKE_SOURCE_DIR}/packaging/3ds/template.rsf" "isle.smdh" "isle.bnr"
|
||||||
COMMENT "Building CIA executable target isle.cia"
|
COMMENT "Building CIA executable target isle.cia"
|
||||||
VERBATIM
|
VERBATIM
|
||||||
)
|
)
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
BIN
packaging/3ds/banner.wav
Normal file
BIN
packaging/3ds/banner.wav
Normal file
Binary file not shown.
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 438 B |
Loading…
x
Reference in New Issue
Block a user