Skip to content

Commit 52c3e82

Browse files
committed
nintendo: use app icons for 3ds
1 parent 8882648 commit 52c3e82

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

platforms/build-3ds.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,11 @@ needs_exe_wrapper = true
103103
library_dirs= ['$LIBCTRU_LIB','$PORTLIBS_LIB']
104104
libctru='$LIBCTRU'
105105
106-
USE_SMDH = true
107-
108-
APP_ROMFS='$ROMFS'
106+
USE_SMDH = true
109107
108+
APP_ROMFS = '$ROMFS'
109+
APP_ICON = './assets/icon/48x48.png'
110+
APP_SMALL_ICON='./assets/icon/24x24.png'
110111
EOF
111112

112113
## build sdl2 and libraries (ttf, mixer, image)

0 commit comments

Comments
 (0)